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

Skip to content
/ cpython Public

Commit dc31334

Browse files
authored
[3.10] Update Sphinx bpo role to use redirect URI. (#91890)
* Update Sphinx bpo role to use redirect URI. (GH-32342) * [3.10] Update Sphinx bpo role to use redirect URI. (GH-32342). (cherry picked from commit 08cfe07) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> * Fix whitespace.
1 parent c7e6bfd commit dc31334

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.10/%s'
4848

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

0 commit comments

Comments
 (0)
0