]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977)
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 8 May 2021 02:43:23 +0000 (03:43 +0100)
committerGitHub <noreply@github.com>
Sat, 8 May 2021 02:43:23 +0000 (03:43 +0100)
Doc/tools/extensions/pyspecific.py

index bcd9d26b36846fcb0844a566878dc930cb7aa3c2..ff522c98d0f6295d48ff7bb0ad1e9e2952f39256 100644 (file)
@@ -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