Skip to content

Commit 3f8a5bb

Browse files
committed
Update badges
1 parent ed13bb5 commit 3f8a5bb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
aiosignal
33
=========
44

5-
.. image:: https://dev.azure.com/aio-libs/aiosignal/_apis/build/status/CI?branchName=master
6-
:target: https://dev.azure.com/aio-libs/aiosignal/_build/latest?definitionId=13&branchName=master
7-
:alt: Azure Pipelines status for master branch
5+
.. image:: https://github.com/aio-libs/aiosignal/workflows/CI/badge.svg
6+
:target: https://github.com/aio-libs/aiosignal/actions?query=workflow%3ACI
7+
:alt: GitHub status for master branch
88

99
.. image:: https://codecov.io/gh/aio-libs/aiosignal/branch/master/graph/badge.svg
1010
:target: https://codecov.io/gh/aio-libs/aiosignal
@@ -43,7 +43,7 @@ and dropping callbacks is forbidden.
4343
The only available operation is calling the previously registered
4444
callbacks by using ``await sig.send(data)``.
4545

46-
For concrete usage examples see the `Signals
46+
For concrete usage examples see the `Signals
4747
<https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-signals>
4848
section of the `Web Server Advanced
4949
<https://docs.aiohttp.org/en/stable/web_advanced.html>` chapter of the `aiohttp
@@ -96,4 +96,3 @@ or have some suggestions to improve the library.
9696

9797
.. _GitHub: https://github.com/aio-libs/aiosignal
9898
.. _aiohttp documentation: https://docs.aiohttp.org/
99-

0 commit comments

Comments
 (0)