aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorJameson Nash <vtjnash@gmail.com>2021-06-30 23:25:20 -0400
committerJameson Nash <vtjnash@gmail.com>2021-06-30 23:26:40 -0400
commit4a27d87a6966d053f67e267fdbd9474433143c2b (patch)
tree541334925d71aa82de014603d6ce9951218363e5 /docs/src
parent592cd40af8d4ae3a33654aa5e1106287ecb591bc (diff)
downloadlibuv-4a27d87a6966d053f67e267fdbd9474433143c2b.tar.gz
libuv-4a27d87a6966d053f67e267fdbd9474433143c2b.zip
doc: switch discussion forum to github
Freenode is gone (replaced by Libera.chat), but IRC was unused anyways. Fixes: https://github.com/libuv/libuv/issues/3157 Fixes: https://github.com/libuv/libuv/issues/3208 PR-URL: https://github.com/libuv/libuv/pull/3214 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'docs/src')
-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