From: T. Wouters Date: Fri, 13 Oct 2023 08:43:01 +0000 (+0200) Subject: Fix the pyspecific SOURCE_URI (#110811) X-Git-Tag: v3.13.0a1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7f9661bc12fdfec98684c89f03177ae5d3d74c1;p=thirdparty%2FPython%2Fcpython.git Fix the pyspecific SOURCE_URI (#110811) --- diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index 3cf4d236604b..4ba5f5a1fbdc 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -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