Skip to content

Commit 7e894c2

Browse files
authored
Docs: Fix SOURCE_URI (#118945)
1 parent 35c4361 commit 7e894c2

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
@@ -33,7 +33,7 @@
3333
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
3434
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
3535
# Used in conf.py and updated here by python/release-tools/run_release.py
36-
SOURCE_URI = 'https://github.com/python/cpython/tree/3.13/%s'
36+
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
3737

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

0 commit comments

Comments
 (0)