Skip to content

Commit 10b28ef

Browse files
authored
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.
1 parent fe9fd2d commit 10b28ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BZLMOD_SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In general `bzlmod` has more features than `WORKSPACE` and users are encouraged
1111

1212
## Configuration
1313

14-
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).
14+
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).
1515

1616
## What is bzlmod?
1717

0 commit comments

Comments
 (0)