summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
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 adb6edc2d2..1e6f669658 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.