summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-05-18 23:07:09 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-05-18 23:07:09 (GMT)
commit97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac (patch)
treec73c633c3ff03934a51a9c29e6953bafdf735b51 /Doc/tools
parenta3ec3ad9e20e7d9ed148d4cfbd22aebec608b42a (diff)
downloadcpython-97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac.zip
cpython-97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac.tar.gz
cpython-97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac.tar.bz2
Python 3.9.0b1v3.9.0b1
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/extensions/pyspecific.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py
index bc51555..6751f01 100644
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -39,7 +39,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/3.9/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body