Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0c6ae9

Browse files
authored
Make 3.8 README link to 3.8 doc pages, not master (GH-16776)
1 parent 80f8532 commit c0c6ae9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ dependencies for various Linux distributions and macOS.
7575

7676
On macOS, there are additional configure and build options related
7777
to macOS framework and universal builds. Refer to `Mac/README.rst
78-
<https://github.com/python/cpython/blob/master/Mac/README.rst>`_.
78+
<https://github.com/python/cpython/blob/3.8/Mac/README.rst>`_.
7979

8080
On Windows, see `PCbuild/readme.txt
81-
<https://github.com/python/cpython/blob/master/PCbuild/readme.txt>`_.
81+
<https://github.com/python/cpython/blob/3.8/PCbuild/readme.txt>`_.
8282

8383
If you wish, you can create a subdirectory and invoke configure from there.
8484
For example::
@@ -139,9 +139,9 @@ What's New
139139
We have a comprehensive overview of the changes in the `What's New in Python
140140
3.8 <https://docs.python.org/3.8/whatsnew/3.8.html>`_ document. For a more
141141
detailed change log, read `Misc/NEWS
142-
<https://github.com/python/cpython/blob/master/Misc/NEWS.d>`_, but a full
142+
<https://github.com/python/cpython/blob/3.8/Misc/NEWS.d>`_, but a full
143143
accounting of changes can only be gleaned from the `commit history
144-
<https://github.com/python/cpython/commits/master>`_.
144+
<https://github.com/python/cpython/commits/3.8>`_.
145145

146146
If you want to install multiple versions of Python, see the section below
147147
entitled "Installing multiple versions".
@@ -159,7 +159,7 @@ is primarily for documentation authors, translators, and people with special
159159
formatting requirements.
160160

161161
For information about building Python's documentation, refer to `Doc/README.rst
162-
<https://github.com/python/cpython/blob/master/Doc/README.rst>`_.
162+
<https://github.com/python/cpython/blob/3.8/Doc/README.rst>`_.
163163

164164

165165
Converting From Python 2.x to 3.x

0 commit comments

Comments
 (0)