summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2021-03-01 14:20:10 -0600
committerGitHub <noreply@github.com>2021-03-01 14:20:10 -0600
commit949b2cc74c4bd2f890b1d197ee96a0b81db4d0db (patch)
treecea721b5eac3100acfc048f6a76bfd79e95d6681 /setup.py
parent6cb324bb0e8fd8b85993e825dfef68d79156c2f0 (diff)
downloadansible-949b2cc74c4bd2f890b1d197ee96a0b81db4d0db.tar.gz
Update CI URL in setup.py (#73750)
* Update CI URL in setup.py * AZP
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c952fabc2d..b22e6cb577 100644
--- a/setup.py
+++ b/setup.py
@@ -360,7 +360,7 @@ static_setup_params = dict(
url='https://ansible.com/',
project_urls={
'Bug Tracker': 'https://github.com/ansible/ansible/issues',
- 'CI: Shippable': 'https://app.shippable.com/github/ansible/ansible',
+ 'CI: Azure Pipelines': 'https://dev.azure.com/ansible/ansible/',
'Code of Conduct': 'https://docs.ansible.com/ansible/latest/community/code_of_conduct.html',
'Documentation': 'https://docs.ansible.com/ansible/',
'Mailing lists': 'https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information',