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:"