aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Daniel Wagner-Hall <danielwh@google.com>2015-03-24 17:04:53 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-03-24 17:16:49 +0000
commit3271d46de2c5e57b7f0bc1d926e4f885cdf5889e (patch)
tree8bf3244c9a4963d3903d14c41a08bd8995378026 /README.md
parent9bcf9bcee7fe7910b81c205e4e2c178e78c14a3c (diff)
Make links actually work
-- MOS_MIGRATED_REVID=89410009
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index a0ba04a4ed..a84d7b1b67 100644
--- a/README.md
+++ b/README.md
@@ -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.