Skip to content

Commit a856b20

Browse files
committed
misc: update c-ares URL
1 parent a773b5a commit a856b20

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pycares: Python interface for c-ares
1313
:target: https://github.com/saghul/pycares/actions
1414

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

1919

docs/constants.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Channel flags
1818
.. py:data:: pycares.ARES_FLAG_NOCHECKRESP
1919
2020
.. seealso::
21-
`c-ares documentation for ares_init <http://c-ares.haxx.se/ares_init.html>`_
21+
`c-ares documentation for ares_init <https://c-ares.org/ares_init.html>`_
2222

2323

2424
Nameinfo constants
@@ -41,7 +41,7 @@ Nameinfo constants
4141
.. py:data:: pycares.ARES_NI_IDN_USE_STD3_ASCII_RULES
4242
4343
.. seealso::
44-
`c-ares documentation for ares_getnameinfo <http://c-ares.haxx.se/ares_getnameinfo.html>`_
44+
`c-ares documentation for ares_getnameinfo <https://c-ares.org/ares_getnameinfo.html>`_
4545

4646
Others
4747
======

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to pycares documentation!
77
Python interface for c-ares.
88

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

1313

0 commit comments

Comments
 (0)