summaryrefslogtreecommitdiff
path: root/Doc/tools
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-05-08 03:48:31 +0100
committerPablo Galindo <pablogsal@gmail.com>2022-05-08 03:48:31 +0100
commit09f0ad48efd93b81a2e463d8efc46a45f50054dd (patch)
tree6c55b64a3e309270a1fe214667d21ea239c72d51 /Doc/tools
parent75de8e69b4351e1b80c7ce1c20d804b7199dab0b (diff)
downloadcpython-git-09f0ad48efd93b81a2e463d8efc46a45f50054dd.tar.gz
Update the SOURCE_URI in pyspecific.py to point to the new branch
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 b02e31dc88..12b98f49f6 100644
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -45,7 +45,7 @@ import suspicious
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/3.11/%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