aboutsummaryrefslogtreecommitdiff
path: root/docs/src/guide/networking.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/guide/networking.rst')
-rw-r--r--docs/src/guide/networking.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/guide/networking.rst b/docs/src/guide/networking.rst
index 50a191dd..dcb56431 100644
--- a/docs/src/guide/networking.rst
+++ b/docs/src/guide/networking.rst
@@ -193,7 +193,7 @@ Querying DNS
libuv provides asynchronous DNS resolution. For this it provides its own
``getaddrinfo`` replacement [#]_. In the callback you can
perform normal socket operations on the retrieved addresses. Let's connect to
-Freenode to see an example of DNS resolution.
+Libera.chat to see an example of DNS resolution.
.. rubric:: dns/main.c
.. literalinclude:: ../../code/dns/main.c