We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbbcd5 commit a579680Copy full SHA for a579680
README.rst
@@ -2,8 +2,11 @@
2
Simple DNS resolver for asyncio
3
===============================
4
5
-.. image:: https://secure.travis-ci.org/saghul/aiodns.svg?branch=master
6
- :target: http://travis-ci.org/saghul/aiodns
+.. image:: https://badge.fury.io/py/aiodns.png
+ :target: https://pypi.org/project/aiodns/
7
+
8
+.. image:: https://github.com/saghul/aiodns/workflows/CI/badge.svg
9
+ :target: https://github.com/saghul/aiodns/actions
10
11
aiodns provides a simple way for doing asynchronous DNS resolutions using `pycares <https://github.com/saghul/pycares>`_.
12
0 commit comments