8000 [3.9] Update Sphinx bpo role to use redirect URI. (#91891) · python/cpython@7f897b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f897b9

Browse files
authored
[3.9] Update Sphinx bpo role to use redirect URI. (#91891)
* Update Sphinx bpo role to use redirect URI. (GH-32342) * [3.9] Update Sphinx bpo role to use redirect URI. (GH-32342). (cherry picked from commit 08cfe07) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent e4f5bff commit 7f897b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0