diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2021-05-08 02:43:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 02:43:23 (GMT) |
commit | c40ab5b699b5c902b477d3cc0eb0fd85165db787 (patch) | |
tree | a735defdbd5c731935b5e0ba045d0348c58b7f37 /Doc/tools | |
parent | 164d6e1bb1bb3a4e4d5610f07a8911ecf57a691d (diff) | |
download | cpython-c40ab5b699b5c902b477d3cc0eb0fd85165db787.zip cpython-c40ab5b699b5c902b477d3cc0eb0fd85165db787.tar.gz cpython-c40ab5b699b5c902b477d3cc0eb0fd85165db787.tar.bz2 |
Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/extensions/pyspecific.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |