aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Daniel Wagner-Hall <danielwh@google.com>2015-03-24 01:54:01 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-03-24 16:41:46 +0000
commit5247ff53465afc6ad9db889d1ec3f106ec09a3d6 (patch)
treebf7c85cc7b7cd505f52874c26a88ac0e268ddbe2 /README.md
parentc8c64e7472b732282ea13f6fed7eccc72821a2e7 (diff)
Fix broken link
-- MOS_MIGRATED_REVID=89360427
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 1f80d54e58..2c81de0c53 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Find more background about Bazel in our [FAQ](docs/FAQ.md)
* How to [get started using Bazel](docs/getting-started.md)
* The blaze 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/bazel-query-v2.html)
+ * How to [use the query command](docs/query.html)
* How to [extend Bazel](docs/skylark/index.md)
* The test environment is described the [test encyclopedia](docs/test-encyclopedia.html).