diff options
author | James Falcon <TheRealFalcon@users.noreply.github.com> | 2021-05-27 10:07:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 10:07:51 -0500 |
commit | 63f72380a70d9f846cac3b2cbbc6ed13c735c277 (patch) | |
tree | aba9821d0cf82dc86e79884a34985aad8ce53a23 /doc/rtd/topics | |
parent | fc161f8e3e35883637ef12b27bfb1eacbfce6277 (diff) | |
download | vyos-cloud-init-63f72380a70d9f846cac3b2cbbc6ed13c735c277.tar.gz vyos-cloud-init-63f72380a70d9f846cac3b2cbbc6ed13c735c277.zip |
Docs: Replace all freenode references with libera (#912)
Diffstat (limited to 'doc/rtd/topics')
-rw-r--r-- | doc/rtd/topics/code_review.rst | 2 | ||||
-rw-r--r-- | doc/rtd/topics/debugging.rst | 4 | ||||
-rw-r--r-- | doc/rtd/topics/faq.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/rtd/topics/code_review.rst b/doc/rtd/topics/code_review.rst index 68c10405..cbcd2497 100644 --- a/doc/rtd/topics/code_review.rst +++ b/doc/rtd/topics/code_review.rst @@ -22,7 +22,7 @@ questions about the code review process, or at any point during the code review process, these are the available avenues: * if you have an open Pull Request, comment on that pull request -* join the ``#cloud-init`` channel on the Freenode IRC network and ask +* join the ``#cloud-init`` channel on the Libera IRC network and ask away * send an email to the cloud-init mailing list, cloud-init@lists.launchpad.net diff --git a/doc/rtd/topics/debugging.rst b/doc/rtd/topics/debugging.rst index fb3006fe..b897a318 100644 --- a/doc/rtd/topics/debugging.rst +++ b/doc/rtd/topics/debugging.rst @@ -258,9 +258,9 @@ from **-proposed** * Create a `new cloud-init bug`_ reporting the version of cloud-init affected - * Ping upstream cloud-init on Freenode's `#cloud-init IRC channel`_ + * Ping upstream cloud-init on Libera's `#cloud-init IRC channel`_ .. _SRU: https://wiki.ubuntu.com/StableReleaseUpdates .. _CloudinitUpdates: https://wiki.ubuntu.com/CloudinitUpdates .. _new cloud-init bug: https://bugs.launchpad.net/cloud-init/+filebug -.. _#cloud-init IRC channel: https://webchat.freenode.net/?channel=#cloud-init +.. _#cloud-init IRC channel: https://kiwiirc.com/nextclient/irc.libera.chat/cloud-init diff --git a/doc/rtd/topics/faq.rst b/doc/rtd/topics/faq.rst index 27fabf15..9b764581 100644 --- a/doc/rtd/topics/faq.rst +++ b/doc/rtd/topics/faq.rst @@ -10,7 +10,7 @@ Having trouble? We would like to help! - First go through this page with answers to common questions - Use the search bar at the upper left to search these docs -- Ask a question in the ``#cloud-init`` IRC channel on Freenode +- Ask a question in the ``#cloud-init`` IRC channel on Libera - Join and ask questions on the `cloud-init mailing list <https://launchpad.net/~cloud-init>`_ - Find a bug? Check out the :ref:`reporting_bugs` topic for how to report one |