Skip to content

Commit

Permalink
misc: update c-ares URL
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Oct 18, 2021
1 parent a773b5a commit a856b20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pycares: Python interface for c-ares
:target: https://github.com/saghul/pycares/actions

pycares is a Python module which provides an interface to c-ares.
`c-ares <http://c-ares.haxx.se>`_ is a C library that performs
`c-ares <https://c-ares.org>`_ is a C library that performs
DNS requests and name resolutions asynchronously.


Expand Down
4 changes: 2 additions & 2 deletions docs/constants.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Channel flags
.. py:data:: pycares.ARES_FLAG_NOCHECKRESP
.. seealso::
`c-ares documentation for ares_init <http://c-ares.haxx.se/ares_init.html>`_
`c-ares documentation for ares_init <https://c-ares.org/ares_init.html>`_


Nameinfo constants
Expand All @@ -41,7 +41,7 @@ Nameinfo constants
.. py:data:: pycares.ARES_NI_IDN_USE_STD3_ASCII_RULES
.. seealso::
`c-ares documentation for ares_getnameinfo <http://c-ares.haxx.se/ares_getnameinfo.html>`_
`c-ares documentation for ares_getnameinfo <https://c-ares.org/ares_getnameinfo.html>`_

Others
======
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Welcome to pycares documentation!
Python interface for c-ares.

pycares is a Python module which provides an interface to c-ares.
c-ares (http://c-ares.haxx.se/) c-ares is a C library that performs
c-ares (https://c-ares.org) c-ares is a C library that performs
DNS requests and name resolves asynchronously.


Expand Down

0 comments on commit a856b20

Please sign in to comment.