File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [ master ]
16+ branches : [ main ]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : [ master ]
19+ branches : [ main ]
2020 schedule :
2121 - cron : ' 16 4 * * 1'
2222
Original file line number Diff line number Diff line change @@ -180,12 +180,12 @@ Further
180180
181181 http://www.rabbitmq.com/devtools.html#python-dev
182182
183- .. |build-status | image :: https://api.travis-ci. com/celery/py-amqp.png?branch=master
183+ .. |build-status | image :: https://github. com/celery/py-amqp/actions/workflows/ci.yaml/badge.svg
184184 :alt: Build status
185- :target: https://travis-ci .com/celery/py-amqp
185+ :target: https://github .com/celery/py-amqp/actions/workflows/ci.yaml
186186
187- .. |coverage | image :: https://codecov.io/github/celery/py-amqp/coverage.svg?branch=master
188- :target: https://codecov.io/github/celery/py-amqp?branch=master
187+ .. |coverage | image :: https://codecov.io/github/celery/py-amqp/coverage.svg?branch=main
188+ :target: https://codecov.io/github/celery/py-amqp?branch=main
189189
190190.. |license | image :: https://img.shields.io/pypi/l/amqp.svg
191191 :alt: BSD License
@@ -202,7 +202,7 @@ Further
202202.. |pyimp | image :: https://img.shields.io/pypi/implementation/amqp.svg
203203 :alt: Support Python implementations.
204204 :target: https://pypi.org/project/amqp/
205-
205+
206206py-amqp as part of the Tidelift Subscription
207207============================================
208208
Original file line number Diff line number Diff line change 66
77.. include:: ../includes/introduction.txt
88
9- .. |build-status| image:: https://secure.travis-ci.org /celery/py-amqp.png?branch=master
9+ .. |build-status| image:: https://github.com /celery/py-amqp/actions/workflows/ci.yaml/badge.svg
1010 :alt: Build status
11- :target: https://travis-ci.org /celery/py-amqp
11+ :target: https://github.com /celery/py-amqp/actions/workflows/ci.yaml
1212
13- .. |coverage| image:: https://codecov.io/github/celery/py-amqp/coverage.svg?branch=master
14- :target: https://codecov.io/github/celery/py-amqp?branch=master
13+ .. |coverage| image:: https://codecov.io/github/celery/py-amqp/coverage.svg?branch=main
14+ :target: https://codecov.io/github/celery/py-amqp?branch=main
1515
1616.. |license| image:: https://img.shields.io/pypi/l/amqp.svg
1717 :alt: BSD License
You can’t perform that action at this time.
0 commit comments