Bazel DevSite: Replace docs.bazel.build references under //third_party/bazel.
The new site lives at https://bazel.build.
PiperOrigin-RevId: 441533545
diff --git a/scripts/bazel-complete-template.bash b/scripts/bazel-complete-template.bash
index ed870c2..3b6812f 100644
--- a/scripts/bazel-complete-template.bash
+++ b/scripts/bazel-complete-template.bash
@@ -537,7 +537,7 @@
# Start out getting a list of all RC files that we can look for configs in
# This respects the various command line options documented at
- # https://docs.bazel.build/versions/2.0.0/guide.html#bazelrc
+ # https://bazel.build/docs/bazelrc
rc_files=$(_bazel__rc_files "$workspace")
# Commands can inherit configs from other commands, so build up command_match, which is
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index 24a0619..0475d447 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -185,7 +185,7 @@
compile.sh on the unpacked archive.
The full install instructions to install a release version of bazel can be found
-at https://docs.bazel.build/install-compile-source.html
+at https://bazel.build/install/compile-source
For a rationale, why the bootstrap process is organized in this way, see
https://bazel.build/designs/2016/10/11/distribution-artifact.html
--------------------------------------------------------------------------------
diff --git a/scripts/packages/bazel.sh b/scripts/packages/bazel.sh
index 58a53b3..c971ebc 100755
--- a/scripts/packages/bazel.sh
+++ b/scripts/packages/bazel.sh
@@ -197,7 +197,7 @@
echo " sudo apt update && sudo apt install bazel-${bazel_version}"
echo ""
echo "If this doesn't work, check Bazel's installation instructions for help:"
- echo " https://docs.bazel.build/versions/main/install-ubuntu.html") 2>&1
+ echo " https://bazel.build/install/ubuntu") 2>&1
else
(echo ""
echo "Bazel binaries for all official releases can be downloaded from here:"
diff --git a/scripts/packages/chocolatey/bazel.nuspec.template b/scripts/packages/chocolatey/bazel.nuspec.template
index 55e437d..ab7ab08 100644
--- a/scripts/packages/chocolatey/bazel.nuspec.template
+++ b/scripts/packages/chocolatey/bazel.nuspec.template
@@ -45,7 +45,7 @@
<licenseUrl>https://github.com/bazelbuild/bazel/tree/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/bazelbuild/bazel.git</projectSourceUrl>
- <docsUrl>https://docs.bazel.build/versions/main/getting-started.html</docsUrl>
+ <docsUrl>https://bazel.build/contribute/getting-started</docsUrl>
<mailingListUrl>https://groups.google.com/forum/#!forum/bazel-discuss</mailingListUrl>
<bugTrackerUrl>https://github.com/bazelbuild/bazel/issues</bugTrackerUrl>
<tags>bazel build automation</tags>