Skip to content

Commit fc690ed

Browse files
ezio-melottihello-adam
authored andcommitted
[3.9] Update Sphinx bpo role to use redirect URI. (python#91891)
* Update Sphinx bpo role to use redirect URI. (pythonGH-32342) * [3.9] Update Sphinx bpo role to use redirect URI. (pythonGH-32342). (cherry picked from commit 08cfe07) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 873c12f commit fc690ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/extensions/pyspecific.py

Lines changed: 1 addition & 1 deletion
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/3.9/%s'
4848

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

0 commit comments

Comments
 (0)