8000 [4.0.x] Updated bpo link to use redirect URI. · django/django@38f12b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38f12b2

Browse files
ngnpopefelixxm
authored andcommitted
[4.0.x] Updated bpo link to use redirect URI.
Mirrors the change made in python/cpython#32342. Backport of 62ffc98 from main
1 parent bcfac53 commit 38f12b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def django_release():
127127
django_next_version = "4.1"
128128

129129
extlinks = {
130-
"bpo": ("https://bugs.python.org/issue%s", "bpo-"),
130+
"bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-"),
131131
"commit": ("https://github.com/django/django/commit/%s", ""),
132132
"cve": ("https://nvd.nist.gov/vuln/detail/CVE-%s", "CVE-"),
133133
# A file or directory. GitHub redirects from blob to tree if needed.

0 commit comments

Comments
 (0)
0