From faec68cc6a6da271e91887039be73fd56ff4d58f Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Jun 17 2021 08:38:17 +0000 Subject: [PATCH 1/2] feat: update IRC links to libera Fixes https://pagure.io/fedora-docs/documentation-contributors-guide/issue/36 --- diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 565f5e8..fdcf79f 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -25,7 +25,7 @@ Links to commonly requested info or guides are below: The Fedora Docs team uses the following communication platforms: Mailing list:: {MAILING-LIST}[{MAILING-LIST}] -IRC channel:: link:ircs://chat.freenode.net:6697/#fedora-docs[#fedora-docs] on https://freenode.net/[Freenode IRC] +IRC channel:: link:ircs://https://web.libera.chat/?channels=#fedora-docs[#fedora-docs] on https://libera.chat[Libera.chat] Matrix room:: {MATRIX}[#fedora-docs:matrix.org] Telegram group:: {TELEGRAM}[@fedora_docs] diff --git a/modules/contributing/pages/contributing-to-existing-docs.adoc b/modules/contributing/pages/contributing-to-existing-docs.adoc index f1a2708..b1d8979 100644 --- a/modules/contributing/pages/contributing-to-existing-docs.adoc +++ b/modules/contributing/pages/contributing-to-existing-docs.adoc @@ -84,7 +84,7 @@ Work with the people commenting to make sure your contributions are up to standa [NOTE] ==== -If nobody reacts to your pull request in several days, try bringing it up on one of the link:++https://apps.fedoraproject.org/calendar/docs/++[weekly meetings], the IRC channel (`#fedora-docs` on FreeNode), or the link:++https://lists.fedoraproject.org/archives/list/docs@lists.fedoraproject.org/++[mailing list]. +If nobody reacts to your pull request in several days, try bringing it up on one of the link:++https://apps.fedoraproject.org/calendar/docs/++[weekly meetings], the IRC channel (link:ircs://https://web.libera.chat/?channels=#fedora-docs[#fedora-docs] on https://libera.chat[Libera.chat]), or the link:++https://lists.fedoraproject.org/archives/list/docs@lists.fedoraproject.org/++[mailing list]. ==== Your changes will appear online sometime after the pull request is merged. From c73eb20ceb32cf7a6635f5b00613bdd4acfd4b8d Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Aug 27 2021 10:06:04 +0000 Subject: [PATCH 2/2] feat: use Libera.chat web-chat Removes `ircs://` in links. --- diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index fdcf79f..c97b4fd 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -25,7 +25,7 @@ Links to commonly requested info or guides are below: The Fedora Docs team uses the following communication platforms: Mailing list:: {MAILING-LIST}[{MAILING-LIST}] -IRC channel:: link:ircs://https://web.libera.chat/?channels=#fedora-docs[#fedora-docs] on https://libera.chat[Libera.chat] +IRC channel:: link:https://web.libera.chat/?channels=#fedora-docs[#fedora-docs] on https://libera.chat[Libera.chat] Matrix room:: {MATRIX}[#fedora-docs:matrix.org] Telegram group:: {TELEGRAM}[@fedora_docs] diff --git a/modules/contributing/pages/contributing-to-existing-docs.adoc b/modules/contributing/pages/contributing-to-existing-docs.adoc index b1d8979..24ebc81 100644 --- a/modules/contributing/pages/contributing-to-existing-docs.adoc +++ b/modules/contributing/pages/contributing-to-existing-docs.adoc @@ -84,7 +84,7 @@ Work with the people commenting to make sure your contributions are up to standa [NOTE] ==== -If nobody reacts to your pull request in several days, try bringing it up on one of the link:++https://apps.fedoraproject.org/calendar/docs/++[weekly meetings], the IRC channel (link:ircs://https://web.libera.chat/?channels=#fedora-docs[#fedora-docs] on https://libera.chat[Libera.chat]), or the link:++https://lists.fedoraproject.org/archives/list/docs@lists.fedoraproject.org/++[mailing list]. +If nobody reacts to your pull request in several days, try bringing it up on one of the link:++https://apps.fedoraproject.org/calendar/docs/++[weekly meetings], the IRC channel (link:https://web.libera.chat/?channels=#fedora-docs[#fedora-docs] on https://libera.chat[Libera.chat]), or the link:++https://lists.fedoraproject.org/archives/list/docs@lists.fedoraproject.org/++[mailing list]. ==== Your changes will appear online sometime after the pull request is merged.