10000 Fix the pyspecific SOURCE_URI (#110811) · python/cpython@b7f9661 · GitHub
[go: up one dir, main page]

Skip to content

Commit b7f9661

Browse files
authored
Fix the pyspecific SOURCE_URI (#110811)
1 parent 2a68f77 commit b7f9661

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
@@ -39,7 +39,7 @@
3939

4040
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
4141
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
42-
SOURCE_URI = 'https://github.com/python/cpython/tree/3.12/%s'
42+
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
4343

4444
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
4545
from docutils.parsers.rst.states import Body

0 commit comments

Comments
 (0)
0