aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-11-02 22:56:13 +0000
committerGravatar David Chen <dzc@google.com>2015-11-02 23:20:09 +0000
commitc23d6613262c856a67f756439e26f5ff2e6540d3 (patch)
tree54867dc44c418350441d7c5b838fcac588e1ec71 /README.md
parent06f65f7f935db564a2a4157f4155bcaf98a6f746 (diff)
Update links in Bazel docs to point to new BE pages.
Fixes #529 -- MOS_MIGRATED_REVID=106883457
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4ff8d12801..615de85438 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Find more background about Bazel in our [FAQ](http://bazel.io/faq.html).
* How to [install Bazel](http://bazel.io/docs/install.html)
* How to [get started using Bazel](http://bazel.io/docs/getting-started.html)
* The Bazel command line is documented in the [user manual](http://bazel.io/docs/bazel-user-manual.html)
- * The rule reference documentation is in the [build encyclopedia](http://bazel.io/docs/build-encyclopedia.html)
+ * The rule reference documentation is in the [build encyclopedia](http://bazel.io/docs/be/overview.html)
* How to [use the query command](http://bazel.io/docs/query.html)
* How to [extend Bazel](http://bazel.io/docs/skylark/index.html)
* The test environment is described in the [test encyclopedia](http://bazel.io/docs/test-encyclopedia.html)