Skip to content

Commit 50290e3

Browse files
authored
Update badges in README.rst (GH-16709)
We no longer use AppVeyor on 3.x, and others were still pointed at master.
1 parent 73665b4 commit 50290e3

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.rst

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
This is Python version 3.8.0 release candidate 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.8
55
:alt: CPython build status on Travis CI
6-
:target: https://travis-ci.org/python/cpython
6+
:target: https://travis-ci.org/python/cpython/branches
77

8-
.. image:: https://ci.appveyor.com/api/projects/status/4mew1a93xdkbf5ua/branch/master?svg=true
9-
:alt: CPython build status on Appveyor
10-
:target: https://ci.appveyor.com/project/python/cpython/branch/master
11-
12-
.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=master
8+
.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=3.8
139
:alt: CPython build status on Azure DevOps
14-
:target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master
10+
:target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=3.8
1511

16-
.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
12+
.. image:: https://codecov.io/gh/python/cpython/branch/3.8/graph/badge.svg
1713
:alt: CPython code coverage on Codecov
18-
:target: https://codecov.io/gh/python/cpython
14+
:target: https://codecov.io/gh/python/cpython/branch/3.8
1915

2016
.. image:: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
2117
:alt: Python Zulip chat

0 commit comments

Comments
 (0)