From e58ed5996b02ccec2a948f2db50b88a3a180edb1 Mon Sep 17 00:00:00 2001 From: Will Stranton <2659963+willstranton@users.noreply.github.com> Date: Tue, 16 Dec 2025 02:04:01 +0000 Subject: [PATCH] docs: fix link to releases page Previously, the link was an internal absolute link, which is relative to the repository's root directory, but the releases page isn't part of the source tree. --- BZLMOD_SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BZLMOD_SUPPORT.md b/BZLMOD_SUPPORT.md index 1e238da774..49010b838e 100644 --- a/BZLMOD_SUPPORT.md +++ b/BZLMOD_SUPPORT.md @@ -11,7 +11,7 @@ In general `bzlmod` has more features than `WORKSPACE` and users are encouraged ## Configuration -The releases page will give you the latest version number, and a basic example. The release page is located [here](/bazel-contrib/rules_python/releases). +The releases page will give you the latest version number, and a basic example. The release page is located [here](https://github.com/bazel-contrib/rules_python/releases). ## What is bzlmod?