Skip to content

Commit

Permalink
Update Sphinx bpo role to use redirect URI.
Browse files Browse the repository at this point in the history
Mirrors the change made in python/cpython#32342.
  • Loading branch information
ngnpope committed Apr 12, 2022
1 parent 24f442b commit 7682f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def django_release():
django_next_version = "4.1"

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

0 comments on commit 7682f6d

Please sign in to comment.