aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Tom Hennigan <tomhennigan@google.com>2015-03-25 08:47:28 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-03-25 10:31:57 +0000
commitaae65e0e9d94eb89bcc75c8be8a62fbbe1e55250 (patch)
tree7b7822d3bf888738dc54a18475e9de71342d4464 /README.md
parent28075900caf7e62a873436cf00eb886a35372750 (diff)
Use http rather than protocol-relative URLs.
-- MOS_MIGRATED_REVID=89480820
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 0b0bd29d65..4bec7211ed 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [Bazel (Alpha)](//bazel.io)
+# [Bazel (Alpha)](http://bazel.io)
*{Fast, Correct} - Choose two*
@@ -25,17 +25,17 @@ Find more background about Bazel in our [FAQ](docs/FAQ.md)
## Getting Started
- * 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)
+ * How to [install Bazel](http://bazel.io/docs/install.html)
+ * How to [get started using Bazel](http://bazel.io/docs/getting-started.html)
+ * The Bazel command line is documented in the [user manual](http://bazel.io/docs/bazel-user-manual.html)
+ * The rule reference documentation is in the [build encyclopedia](http://bazel.io/docs/build-encyclopedia.html)
+ * How to [use the query command](http://bazel.io/docs/query.html)
+ * How to [extend Bazel](http://bazel.io/docs/skylark/index.html)
+ * The test environment is described in the [test encyclopedia](http://bazel.io/docs/test-encyclopedia.html)
* About the Bazel project:
- * 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.
+ * How to [contribute to Bazel](http://bazel.io/docs/contributing.html)
+ * Our [governance plan](http://bazel.io/docs/governance.html)
+ * Future plans are in the [roadmap](http://bazel.io/docs/roadmap.html)
+ * For each feature, which level of [support](http://bazel.io/docs/support.html) to expect.