aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-03-17 13:00:09 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-03-18 13:42:26 +0000
commit361af116d5d3966b2f94c7435eaa36dc2e7b4713 (patch)
treeeb4264b7461d7fc67b867a1ddb28a30c81a9bb1b /README.md
parent166e0455cd9b3e1600f541a1cfa3bacebe500af5 (diff)
Polish documentation.
-- MOS_MIGRATED_REVID=88821025
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7cda78aacf..929de70c3f 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
*{Fast, Correct} - Choose two*
-Bazel is an build tool that builds code quickly and reliably.
+Bazel is a build tool that builds code quickly and reliably.
It executes as few build steps as possible by tracking dependencies and outputs,
controls the build environment to keep builds hermetic, and uses its
knowledge of dependencies to parallelize builds.
@@ -13,9 +13,9 @@ knowledge of dependencies to parallelize builds.
* How to [install Bazel](docs/install.md)
* How to [get started using Bazel](docs/getting-started.md)
- * How to [use the query command](docs/bazel-query-v2.html)
- * How to [extend Bazel](docs/skylark/index.md)
* The rule reference documentation is in the [build encyclopedia](docs/build-encyclopedia.html).
+ * How to [use the query command](docs/bazel-query.html)
+ * How to [extend Bazel](docs/skylark/index.md)
* TODO(bazel-team): link to the user-manual
* TODO(bazel-team): link to the test encyclopedia?