aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-09-11 10:47:46 -0700
committerGitHub <noreply@github.com>2018-09-11 10:47:46 -0700
commitb7d613fc5636d5d8c5ec32d8004c095e20cc4d7d (patch)
tree5a79cee4e6b8e94fa7f8a9ec2f2e3eeedc7601f4 /README.rst
parentbpo-28617 Fixed docs inaccuracies about the types that support membership tes... (diff)
downloadcpython-b7d613fc5636d5d8c5ec32d8004c095e20cc4d7d.tar.gz
cpython-b7d613fc5636d5d8c5ec32d8004c095e20cc4d7d.tar.bz2
cpython-b7d613fc5636d5d8c5ec32d8004c095e20cc4d7d.zip
Update VSTS to Azure DevOps and simplify dependencies (GH-9168)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index 6047e7aef2..c65f6e29d4 100644
--- a/README.rst
+++ b/README.rst
@@ -9,17 +9,17 @@ This is Python version 3.8.0 alpha 0
:alt: CPython build status on Appveyor
:target: https://ci.appveyor.com/project/python/cpython/branch/master
-.. image:: https://python.visualstudio.com/cpython/_apis/build/status/Linux-Buildbot?branchName=master&label=Linux
- :alt: CPython build status on VSTS (Linux)
- :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=6&branchName=master
+.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Linux-Buildbot?branchName=master&label=Linux
+ :alt: CPython build status on Azure DevOps (Linux)
+ :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=6&branchName=master
-.. image:: https://python.visualstudio.com/cpython/_apis/build/status/macOS-Buildbot?branchName=master&label=macOS
- :alt: CPython build status on VSTS (macOS)
- :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=5&branchName=master
+.. image:: https://dev.azure.com/python/cpython/_apis/build/status/macOS-Buildbot?branchName=master&label=macOS
+ :alt: CPython build status on Azure DevOps (macOS)
+ :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=5&branchName=master
-.. image:: https://python.visualstudio.com/cpython/_apis/build/status/Windows-Buildbot?branchName=master&label=Windows
- :alt: CPython build status on VSTS (Windows)
- :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=4&branchName=master
+.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Windows-Buildbot?branchName=master&label=Windows
+ :alt: CPython build status on Azure DevOps (Windows)
+ :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master
.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
:alt: CPython code coverage on Codecov