docs: fix link to releases page (#3467)

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.
diff --git a/BZLMOD_SUPPORT.md b/BZLMOD_SUPPORT.md
index 1e238da..49010b8 100644
--- a/BZLMOD_SUPPORT.md
+++ b/BZLMOD_SUPPORT.md
@@ -11,7 +11,7 @@
 
 ## 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?