8000
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 351fd03 commit bfe2e7dCopy full SHA for bfe2e7d
Doc/tools/extensions/pyspecific.py
@@ -39,7 +39,7 @@
39
40
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
41
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
42
-SOURCE_URI = 'https://github.com/python/cpython/tree/3.12/%s'
+SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
43
44
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
45
from docutils.parsers.rst.states import Body
0 commit comments