We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df81d28 commit 08cfe07Copy full SHA for 08cfe07
Doc/tools/extensions/pyspecific.py
@@ -43,7 +43,7 @@
43
import suspicious
44
45
46
-ISSUE_URI = 'https://bugs.python.org/issue%s'
+ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
47
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
48
49
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
0 commit comments