Skip to content

Commit

Permalink
Docs: Fix SOURCE_URI (#118945)
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed May 11, 2024
1 parent 35c4361 commit 7e894c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tools/extensions/pyspecific.py
Expand Up @@ -33,7 +33,7 @@
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
# Used in conf.py and updated here by python/release-tools/run_release.py
SOURCE_URI = 'https://github.com/python/cpython/tree/3.13/%s'
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'

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

0 comments on commit 7e894c2

Please sign in to comment.