aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-03-24 16:40:03 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-03-24 17:16:45 +0000
commit9bcf9bcee7fe7910b81c205e4e2c178e78c14a3c (patch)
tree657648cd52b30515ef45ff3383fe249fb57851fe /README.md
parentc491c45299ba6b362e56f813b6b60f4a284b0b31 (diff)
Add link to homepage in README and add zip to Ubuntu reqs
-- MOS_MIGRATED_REVID=89407433
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 769e5c1337..a0ba04a4ed 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Bazel
+# [Bazel (Alpha)](http://bazel.io)
*{Fast, Correct} - Choose two*
@@ -27,11 +27,11 @@ Find more background about Bazel in our [FAQ](docs/FAQ.md)
* How to [install Bazel](docs/install.md)
* How to [get started using Bazel](docs/getting-started.md)
- * The Bazel command line is documented in the [user manual](//bazel.io/docs/bazel-user-manual.html)
- * The rule reference documentation is in the [build encyclopedia](//bazel.io/docs/build-encyclopedia.html)
- * How to [use the query command](//bazel.io/docs/query.html)
+ * The Bazel command line is documented in the [user manual](docs/bazel-user-manual.html)
+ * The rule reference documentation is in the [build encyclopedia](docs/build-encyclopedia.html)
+ * How to [use the query command](docs/query.html)
* How to [extend Bazel](docs/skylark/index.md)
- * The test environment is described in the [test encyclopedia](//bazel.io/docs/test-encyclopedia.html)
+ * The test environment is described in the [test encyclopedia](docs/test-encyclopedia.html)
* About the Bazel project: