From b2bda9cf82ba3edffec8cbc97b1d0dd75a9d361b Mon Sep 17 00:00:00 2001 From: phre4k Date: Thu, 4 Aug 2016 10:46:30 +0200 Subject: [PATCH] added www. to bazel.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d978a..ca85b53 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ * [Apache Ant](https://ant.apache.org/) - Automation build tool, similar to make, written in Java. * [Apache Maven](http://maven.apache.org/) - Build automation tool mainly for Java. - * [Bazel](http://bazel.io/) - Google's build system. + * [Bazel](http://www.bazel.io/) - Google's build system. * [GNU Make](http://www.gnu.org/software/make/) - The most popular automation build tool for many purposes. * [Gradle](http://gradle.org/) - Another build automation system. * [Rake](https://github.com/ruby/rake) - Build automation tool similar to Make, written in and extensible in Ruby.