We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f64e2c commit 587f6e9Copy full SHA for 587f6e9
docs/conf.py
@@ -123,7 +123,7 @@
123
extlinks = {
124
"gh-issue": (f"https://github.com/bazel-contrib/rules_python/issues/%s", "#%s issue"),
125
"gh-path": (f"https://github.com/bazel-contrib/rules_python/tree/main/%s", "%s"),
126
- "gh-pr": (f"https://github.com/bazel-contrib/rules_python/pulls/%s", "#%s PR"),
+ "gh-pr": (f"https://github.com/bazel-contrib/rules_python/pull/%s", "#%s PR"),
127
}
128
129
# --- MyST configuration
0 commit comments