]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update Sphinx bpo role to use redirect URI. (#32342)
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 11 Apr 2022 15:59:35 +0000 (17:59 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Apr 2022 15:59:35 +0000 (17:59 +0200)
Doc/tools/extensions/pyspecific.py

index ff522c98d0f6295d48ff7bb0ad1e9e2952f39256..9fb54bc6041abd82754b5a6c22e688d7d3f95709 100644 (file)
@@ -43,7 +43,7 @@ except ImportError:
 import suspicious
 
 
-ISSUE_URI = 'https://bugs.python.org/issue%s'
+ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
 SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
 
 # monkey-patch reST parser to disable alphabetic and roman enumerated lists