]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix the pyspecific SOURCE_URI (#110811)
authorT. Wouters <thomas@python.org>
Fri, 13 Oct 2023 08:43:01 +0000 (10:43 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2023 08:43:01 +0000 (08:43 +0000)
Doc/tools/extensions/pyspecific.py

index 3cf4d236604bcb9827e05a508c8c1aa3ebadd903..4ba5f5a1fbdc1b0125c4e32f366be07249c47fd7 100644 (file)
@@ -39,7 +39,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/3.12/%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