aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/bootstrap
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-05-22 15:42:18 +0200
committerGravatar Irina Iancu <elenairina@google.com>2017-05-22 18:04:30 +0200
commita1c81c87cb67f5b279a6a4070794ff722d2300c2 (patch)
tree7e762becef33a81b9c30d8489c74f837003f6146 /scripts/bootstrap
parentb36774ac955c5af15d59df36c66dc69f89674a49 (diff)
Fix URL in compile.sh error message
Our web page has been reorganized. The instructions to compile from source are now on a page of its own. Update the link in the error message accordingly. Change-Id: Ica1187a893b911eca638c5535a3f9686a661fe6f PiperOrigin-RevId: 156731324
Diffstat (limited to 'scripts/bootstrap')
-rwxr-xr-xscripts/bootstrap/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index e18691c2f9..6facda2b1f 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -164,7 +164,7 @@ the protoc compiler (as we prefer not to version generated files).
compile.sh on the unpacked archive.
The full install instructions to install a release version of bazel can be found
-at https://bazel.build/versions/master/docs/install.html#compiling-from-source
+at https://bazel.build/versions/master/docs/install-compile-source.html
For a rationale, why the bootstrap process is organized in this way, see
https://bazel.build/designs/2016/10/11/distribution-artifact.html
--------------------------------------------------------------------------------