summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorNice Zombies <nineteendo19d0@gmail.com>2024-05-11 11:47:45 (GMT)
committerGitHub <noreply@github.com>2024-05-11 11:47:45 (GMT)
commit7e894c2f38f64aed9b259c8fd31880f1142a259d (patch)
tree3e0bf18cd5c45fcea1faccba900d41d51ff4d384 /Doc/tools
parent35c436186b849f8f2f9fb866c59015c9d034d448 (diff)
downloadcpython-7e894c2f38f64aed9b259c8fd31880f1142a259d.zip
cpython-7e894c2f38f64aed9b259c8fd31880f1142a259d.tar.gz
cpython-7e894c2f38f64aed9b259c8fd31880f1142a259d.tar.bz2
Docs: Fix SOURCE_URI (#118945)
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 b35bedc..44db77a 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/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