From 361af116d5d3966b2f94c7435eaa36dc2e7b4713 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 17 Mar 2015 13:00:09 +0000 Subject: Polish documentation. -- MOS_MIGRATED_REVID=88821025 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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? -- cgit v1.2.3