Skip to content

Commit

Permalink
[3.9] Update Sphinx bpo role to use redirect URI. (#91891)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
ezio-melotti committed Apr 24, 2022
1 parent e4f5bff commit 7f897b9
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/3.9/%s'

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

0 comments on commit 7f897b9

Please sign in to comment.