Skip to content

Commit 1bf7578

Browse files
committed
Update README links to point to 3.9 and not master
1 parent 5e6f198 commit 1bf7578

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
This is Python version 3.9.0 beta 1
22
===================================
33

4-
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
4+
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.9
55
:alt: CPython build status on Travis CI
66
:target: https://travis-ci.org/python/cpython
77

88
.. image:: https://github.com/python/cpython/workflows/Tests/badge.svg
99
:alt: CPython build status on GitHub Actions
1010
:target: https://github.com/python/cpython/actions
1111

12-
.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=master
12+
.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=3.9
1313
:alt: CPython build status on Azure DevOps
14-
:target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master
14+
:target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=3.9
1515

16-
.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
16+
.. image:: https://codecov.io/gh/python/cpython/branch/3.9/graph/badge.svg
1717
:alt: CPython code coverage on Codecov
1818
:target: https://codecov.io/gh/python/cpython
1919

@@ -79,10 +79,10 @@ dependencies for various Linux distributions and macOS.
7979

8080
On macOS, there are additional configure and build options related
8181
to macOS framework and universal builds. Refer to `Mac/README.rst
82-
<https://github.com/python/cpython/blob/master/Mac/README.rst>`_.
82+
<https://github.com/python/cpython/blob/3.9/Mac/README.rst>`_.
8383

8484
On Windows, see `PCbuild/readme.txt
85-
<https://github.com/python/cpython/blob/master/PCbuild/readme.txt>`_.
85+
<https://github.com/python/cpython/blob/3.9/PCbuild/readme.txt>`_.
8686

8787
If you wish, you can create a subdirectory and invoke configure from there.
8888
For example::
@@ -143,9 +143,9 @@ What's New
143143
We have a comprehensive overview of the changes in the `What's New in Python
144144
3.9 <https://docs.python.org/3.9/whatsnew/3.9.html>`_ document. For a more
145145
detailed change log, read `Misc/NEWS
146-
<https://github.com/python/cpython/blob/master/Misc/NEWS.d>`_, but a full
146+
<https://github.com/python/cpython/blob/3.9/Misc/NEWS.d>`_, but a full
147147
accounting of changes can only be gleaned from the `commit history
148-
<https://github.com/python/cpython/commits/master>`_.
148+
<https://github.com/python/cpython/commits/3.9>`_.
149149

150150
If you want to install multiple versions of Python, see the section below
151151
entitled "Installing multiple versions".
@@ -163,7 +163,7 @@ is primarily for documentation authors, translators, and people with special
163163
formatting requirements.
164164

165165
For information about building Python's documentation, refer to `Doc/README.rst
166-
<https://github.com/python/cpython/blob/master/Doc/README.rst>`_.
166+
<https://github.com/python/cpython/blob/3.9/Doc/README.rst>`_.
167167

168168

169169
Converting From Python 2.x to 3.x

0 commit comments

Comments
 (0)