Skip to content

Commit

Permalink
[3.9] Update Sphinx bpo role to use redirect URI. (python#91891)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
ezio-melotti authored and hello-adam committed Jun 2, 2022
1 parent 873c12f commit fc690ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tools/extensions/pyspecific.py
Original file line number Diff line number Diff line change
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 fc690ed

Please sign in to comment.