Skip to content

Commit

Permalink
Update Sphinx bpo role to use redirect URI. (#32342)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti committed Apr 11, 2022
1 parent df81d28 commit 08cfe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tools/extensions/pyspecific.py
Expand Up @@ -43,7 +43,7 @@
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
Expand Down

0 comments on commit 08cfe07

Please sign in to comment.