From c73a1c24dde365618de19862b10868e377a53f77 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 1 Jun 2021 13:26:06 +0100 Subject: [PATCH] Switch from freenode to libera.chat (#3132) --- README.rst | 4 ++-- docs/conf.py | 4 ---- docs/contributing.rst | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index d2af4e992c..57f07baf9a 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,7 @@ Read the documentation and more at https://molecule.readthedocs.io/. Get Involved ============ -* Join us in the ``#ansible-molecule`` channel on `Freenode`_. +* Join us in the ``#ansible-molecule`` irc channel on `libera.chat`_. * Check github `discussions`_. * Join the community working group by checking the `wiki`_. * Want to know about releases, subscribe to `ansible-announce list`_. @@ -85,7 +85,7 @@ If you want to get moving fast and make a quick patch: And you're ready to make your changes! -.. _`Freenode`: https://freenode.net +.. _`libera.chat`: https://web.libera.chat/?channel=#ansible-molecule .. _`discussions`: https://github.com/ansible-community/molecule/discussions .. _`wiki`: https://github.com/ansible/community/wiki/Molecule .. _`ansible-announce list`: https://groups.google.com/group/ansible-announce diff --git a/docs/conf.py b/docs/conf.py index e9d0f51bad..c1086807e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -309,9 +309,5 @@ "virtualenv": ("https://virtualenv.pypa.io/en/latest/", None), } -# linckchecker settings -linkcheck_ignore = [ - r'http://irc\.freenode\.net', -] linkcheck_workers = 25 # linkcheck_anchors = False diff --git a/docs/contributing.rst b/docs/contributing.rst index 006a768851..61bcc241bb 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -19,11 +19,11 @@ Contributing Talk to us ---------- -Join us in ``#ansible-molecule`` on `freenode`_, or `molecule-users Forum`_. +Join us in ``#ansible-molecule`` on `libera.chat`_ irc, or `molecule-users Forum`_. The full list of Ansible email lists and IRC channels can be found in the `communication page`_. -.. _`freenode`: https://freenode.net +.. _`libera.chat`: https://web.libera.chat/?channel=#ansible-molecule .. _`molecule-users Forum`: https://groups.google.com/forum/#!forum/molecule-users .. _`communication page`: https://docs.ansible.com/ansible/latest/community/communication.html