Skip to content

Commit 08cfe07

Browse files
authored
Update Sphinx bpo role to use redirect URI. (#32342)
1 parent df81d28 commit 08cfe07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/extensions/pyspecific.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import suspicious
4444

4545

46-
ISSUE_URI = 'https://bugs.python.org/issue%s'
46+
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
4747
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
4848

4949
# monkey-patch reST parser to disable alphabetic and roman enumerated lists

0 commit comments

Comments
 (0)