From c40ab5b699b5c902b477d3cc0eb0fd85165db787 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Sat, 8 May 2021 03:43:23 +0100 Subject: Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977) --- Doc/tools/extensions/pyspecific.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index bcd9d26..ff522c9 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -44,7 +44,7 @@ import suspicious ISSUE_URI = 'https://bugs.python.org/issue%s' -SOURCE_URI = 'https://github.com/python/cpython/tree/master/%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 -- cgit v0.12