compile-source.mdx: link to releases/latest to skip prereleases (https://github.com/bazelbuild/bazel/pull/30728) Linking to <https://github.com/bazelbuild/bazel/releases> has a substantial chance of showing the reader a prerelease before any final releases. Changing it to <https://github.com/bazelbuild/bazel/releases/latest> will show *just* the latest release. Closes #30728. PiperOrigin-RevId: 972057282 Change-Id: I0f0c91b621d723455e4bfb3a628e4b8b7d90bfb8
diff --git a/docs/install/compile-source.mdx b/docs/install/compile-source.mdx index 480c652..0aa8f54 100644 --- a/docs/install/compile-source.mdx +++ b/docs/install/compile-source.mdx
@@ -173,7 +173,7 @@ (This step is the same for all platforms.) 1. Download `bazel-<version>-dist.zip` from - [GitHub](https://github.com/bazelbuild/bazel/releases), for example + [GitHub](https://github.com/bazelbuild/bazel/releases/latest), for example `bazel-0.28.1-dist.zip`. **Attention**: