File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pycares: Python interface for c-ares
13
13
:target: https://github.com/saghul/pycares/actions
14
14
15
15
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
17
17
DNS requests and name resolutions asynchronously.
18
18
19
19
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Channel flags
18
18
.. py :data :: pycares.ARES_FLAG_NOCHECKRESP
19
19
20
20
.. 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 >`_
22
22
23
23
24
24
Nameinfo constants
@@ -41,7 +41,7 @@ Nameinfo constants
41
41
.. py :data :: pycares.ARES_NI_IDN_USE_STD3_ASCII_RULES
42
42
43
43
.. 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 >`_
45
45
46
46
Others
47
47
======
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Welcome to pycares documentation!
7
7
Python interface for c-ares.
8
8
9
9
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
11
11
DNS requests and name resolves asynchronously.
12
12
13
13
You can’t perform that action at this time.
0 commit comments