We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c4361 commit 7e894c2Copy full SHA for 7e894c2
Doc/tools/extensions/pyspecific.py
@@ -33,7 +33,7 @@
33
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
34
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
35
# Used in conf.py and updated here by python/release-tools/run_release.py
36
-SOURCE_URI = 'https://github.com/python/cpython/tree/3.13/%s'
+SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
37
38
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
39
from docutils.parsers.rst.states import Body
0 commit comments