summaryrefslogtreecommitdiffstats
path: root/Doc/tools/extensions
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-05-22 12:01:29 (GMT)
committerThomas Wouters <thomas@python.org>2023-05-22 12:07:36 (GMT)
commit5612078f68e9688fbf3b1d8565abc79b77501000 (patch)
tree2cd9bc686d32126d2c9522d06a12bff55527beb3 /Doc/tools/extensions
parent5360cb3d5608ab375de6cd8c0b408459f3fa953a (diff)
downloadcpython-5612078f68e9688fbf3b1d8565abc79b77501000.zip
cpython-5612078f68e9688fbf3b1d8565abc79b77501000.tar.gz
cpython-5612078f68e9688fbf3b1d8565abc79b77501000.tar.bz2
Python 3.12.0b1v3.12.0b1
Diffstat (limited to 'Doc/tools/extensions')
-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 cd8d9fe..3a5b26f 100644
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -41,7 +41,7 @@ except ImportError:
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
-SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
+SOURCE_URI = 'https://github.com/python/cpython/tree/3.12/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body