Skip to content

Commit

Permalink
Make links actually work
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=89410009
  • Loading branch information
illicitonion authored and hanwen committed Mar 24, 2015
1 parent 9bcf9bc commit 3271d46
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ Find more background about Bazel in our [FAQ](docs/FAQ.md)

## Getting Started

* How to [install Bazel](docs/install.md)
* How to [get started using Bazel](docs/getting-started.md)
* The Bazel 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/query.html)
* How to [extend Bazel](docs/skylark/index.md)
* The test environment is described in the [test encyclopedia](docs/test-encyclopedia.html)
* How to [install Bazel](//bazel.io/docs/install.html)
* How to [get started using Bazel](//bazel.io/docs/getting-started.html)
* The Bazel command line is documented in the [user manual](//bazel.io/docs/bazel-user-manual.html)
* The rule reference documentation is in the [build encyclopedia](//bazel.io/docs/build-encyclopedia.html)
* How to [use the query command](//bazel.io/docs/query.html)
* How to [extend Bazel](//bazel.io/docs/skylark/index.html)
* The test environment is described in the [test encyclopedia](//bazel.io/docs/test-encyclopedia.html)

* About the Bazel project:

* How to [contribute to Bazel](docs/contributing.md)
* Our [governance plan](docs/governance.md)
* Future plans are in the [roadmap](docs/roadmap.md)
* For each feature, which level of [support](docs/support.md) to expect.
* How to [contribute to Bazel](//bazel.io/docs/contributing.html)
* Our [governance plan](//bazel.io/docs/governance.html)
* Future plans are in the [roadmap](//bazel.io/docs/roadmap.html)
* For each feature, which level of [support](//bazel.io/docs/support.html) to expect.

0 comments on commit 3271d46

Please sign in to comment.