summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2022-04-13 12:27:41 +0100
committerGitHub <noreply@github.com>2022-04-13 13:27:41 +0200
commit62ffc9883afdc0a9f9674702661062508230d7bf (patch)
tree24e3ba5d13740b4696c04eb0d6902add293f295d /docs/conf.py
parentfdfb3086fcba1b737ec09676ab4bb95105f3371e (diff)
Updated bpo link to use redirect URI.
Mirrors the change made in python/cpython#32342.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2711eb9c89..b32c245c5c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -127,7 +127,7 @@ else:
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.