summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-10-14 09:14:21 -0400
committerGitHub <noreply@github.com>2019-10-14 09:14:21 -0400
commitc0c6ae91f214f763e426e969b986773fe0817730 (patch)
tree24435faaafee765b8d07545a0c10a83f6def89b7
parent80f8532f0ff22d3473cb6cdb11d5f37ae357f493 (diff)
downloadcpython-git-c0c6ae91f214f763e426e969b986773fe0817730.tar.gz
Make 3.8 README link to 3.8 doc pages, not master (GH-16776)
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 74336a4dae..4bc5214480 100644
--- a/README.rst
+++ b/README.rst
@@ -75,10 +75,10 @@ dependencies for various Linux distributions and macOS.
On macOS, there are additional configure and build options related
to macOS framework and universal builds. Refer to `Mac/README.rst
-<https://github.com/python/cpython/blob/master/Mac/README.rst>`_.
+<https://github.com/python/cpython/blob/3.8/Mac/README.rst>`_.
On Windows, see `PCbuild/readme.txt
-<https://github.com/python/cpython/blob/master/PCbuild/readme.txt>`_.
+<https://github.com/python/cpython/blob/3.8/PCbuild/readme.txt>`_.
If you wish, you can create a subdirectory and invoke configure from there.
For example::
@@ -139,9 +139,9 @@ What's New
We have a comprehensive overview of the changes in the `What's New in Python
3.8 <https://docs.python.org/3.8/whatsnew/3.8.html>`_ document. For a more
detailed change log, read `Misc/NEWS
-<https://github.com/python/cpython/blob/master/Misc/NEWS.d>`_, but a full
+<https://github.com/python/cpython/blob/3.8/Misc/NEWS.d>`_, but a full
accounting of changes can only be gleaned from the `commit history
-<https://github.com/python/cpython/commits/master>`_.
+<https://github.com/python/cpython/commits/3.8>`_.
If you want to install multiple versions of Python, see the section below
entitled "Installing multiple versions".
@@ -159,7 +159,7 @@ is primarily for documentation authors, translators, and people with special
formatting requirements.
For information about building Python's documentation, refer to `Doc/README.rst
-<https://github.com/python/cpython/blob/master/Doc/README.rst>`_.
+<https://github.com/python/cpython/blob/3.8/Doc/README.rst>`_.
Converting From Python 2.x to 3.x