Skip to content

Commit c40ab5b

Browse files
authored
Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977)
1 parent 164d6e1 commit c40ab5b

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
@@ -44,7 +44,7 @@
4444

4545

4646
ISSUE_URI = 'https://bugs.python.org/issue%s'
47-
SOURCE_URI = 'https://github.com/python/cpython/tree/master/%s'
47+
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
4848

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

0 commit comments

Comments
 (0)