File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
aiosignal
3
3
=========
4
4
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
8
8
9
9
.. image :: https://codecov.io/gh/aio-libs/aiosignal/branch/master/graph/badge.svg
10
10
:target: https://codecov.io/gh/aio-libs/aiosignal
@@ -43,7 +43,7 @@ and dropping callbacks is forbidden.
43
43
The only available operation is calling the previously registered
44
44
callbacks by using ``await sig.send(data) ``.
45
45
46
- For concrete usage examples see the `Signals
46
+ For concrete usage examples see the `Signals
47
47
<https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-signals>
48
48
section of the `Web Server Advanced
49
49
<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.
96
96
97
97
.. _GitHub : https://github.com/aio-libs/aiosignal
98
98
.. _aiohttp documentation : https://docs.aiohttp.org/
99
-
You can’t perform that action at this time.
0 commit comments