10000 [3.7] Update Sphinx bpo role to use redirect URI. (GH-91893) · python/cpython@6fd61c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fd61c9

Browse files
authored
[3.7] Update Sphinx bpo role to use redirect URI. (GH-91893)
(cherry picked from commit 08cfe07) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 5adef3d commit 6fd61c9

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
@@ -35,7 +35,7 @@
3535
import suspicious
3636

3737

38-
ISSUE_URI = 'https://bugs.python.org/issue%s'
38+
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
3939
SOURCE_URI = 'https://github.com/python/cpython/tree/3.7/%s'
4040

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

0 commit comments

Comments
 (0)
0