diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2022-04-11 15:59:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 15:59:35 (GMT) |
commit | 08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8 (patch) | |
tree | 139fcf0cbb0c08c6aa26ab20284b347fbd8cf541 /Doc/tools | |
parent | df81d2892eed3a256eb61ce59304f2173fb0c945 (diff) | |
download | cpython-08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8.zip cpython-08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8.tar.gz cpython-08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8.tar.bz2 |
Update Sphinx bpo role to use redirect URI. (#32342)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/extensions/pyspecific.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index ff522c9..9fb54bc 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -43,7 +43,7 @@ except ImportError: 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/main/%s' # monkey-patch reST parser to disable alphabetic and roman enumerated lists |