aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar dmaclach <dmaclach@gmail.com>2017-11-21 07:53:33 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-21 07:55:12 -0800
commit2ed3261931ac7282fa926cf54a70ed41df853a62 (patch)
tree9a7d57355a4dd2fa9b5cf6f9dd1d957a2c6d9bd4 /README.md
parent3b5b55b37be37d8acb6f0d5573d09a9625c9d7fb (diff)
Fix up link to skylark documentation.
Closes #4115. PiperOrigin-RevId: 176507799
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 4038669d56..6145d3293e 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Build and test software of any size, quickly and reliably.
* [Bazel command line](https://docs.bazel.build/user-manual.html)
* [Rule reference](https://docs.bazel.build/be/overview.html)
* [Use the query command](https://docs.bazel.build/query.html)
- * [Extend Bazel](https://docs.bazel.build/skylark/index.html)
+ * [Extend Bazel](https://docs.bazel.build/skylark/concepts.html)
* [Write tests](https://docs.bazel.build/test-encyclopedia.html)
* [Roadmap](https://bazel.build/roadmap.html)
* [Who is using Bazel?](https://github.com/bazelbuild/bazel/wiki/Bazel-Users)