Update links in README.md .
--
MOS_MIGRATED_REVID=89405325
diff --git a/README.md b/README.md
index 39c8ef3..769e5c1 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,11 @@
* 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)
+ * 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](docs/skylark/index.md)
- * The test environment is described in the [test encyclopedia](docs/test-encyclopedia.html)
+ * The test environment is described in the [test encyclopedia](//bazel.io/docs/test-encyclopedia.html)
* About the Bazel project: