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/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>