summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-05-08 09:10:41 (GMT)
committerThomas Wouters <thomas@python.org>2024-05-08 09:21:00 (GMT)
commit2268289a47c6e3c9a220b53697f9480ec390466f (patch)
tree62cacb41383734c243f7f16a45db07c5620b8a8c /Doc/tools
parentc4f9823be277b2e3de2315526612276626217743 (diff)
downloadcpython-2268289a47c6e3c9a220b53697f9480ec390466f.zip
cpython-2268289a47c6e3c9a220b53697f9480ec390466f.tar.gz
cpython-2268289a47c6e3c9a220b53697f9480ec390466f.tar.bz2
Python 3.13.0b1v3.13.0b1
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/extensions/pyspecific.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py
index 44db77a..b35bedc 100644
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -33,7 +33,7 @@ from sphinx.util.display import status_iterator
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/main/%s'
+SOURCE_URI = 'https://github.com/python/cpython/tree/3.13/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body