Browse Source

Updated bpo link to use redirect URI.

Mirrors the change made in python/cpython#32342.
Nick Pope 2 years ago
parent
commit
62ffc9883a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/conf.py

+ 1 - 1
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.