From 7bae8839a2e65fc23d10665a815ea0181d8d3f06 Mon Sep 17 00:00:00 2001 From: Artur Frenszek-Iwicki Date: Jan 13 2025 19:16:07 +0000 Subject: [PATCH 1/2] Update Matrix link The Matrix link found on the "communicating" page directed users to the long unused "fedora-games:matrix.org" channel, instead of the current "gaming:fedoraproject.org" channel. --- diff --git a/modules/ROOT/pages/communicating.adoc b/modules/ROOT/pages/communicating.adoc index 8fbb55f..89ae92b 100644 --- a/modules/ROOT/pages/communicating.adoc +++ b/modules/ROOT/pages/communicating.adoc @@ -11,6 +11,6 @@ and join the team, come visit us at the link:https://discussion.fedoraproject.or * Issues about gaming documentation can be filed at link:https://pagure.io/gaming/documentation/issues[ticketing repository on Pagure]. -* You can chat with us at link:https://web.libera.chat/?channels=#fedora-games[#fedora-games on irc.libera.chat], or our link:https://matrix.to/#/!duZFcjensgiBWcrjwO:matrix.org?via=matrix.org&via=t2bot.io[Element/Matrix channel]. Chats are bridged, so you can use either one of them. +* You can chat with us at link:https://web.libera.chat/?channels=#fedora-games[#fedora-games on irc.libera.chat], or our link:https://matrix.to/#/#gaming:fedoraproject.org[Element/Matrix channel]. Chats are bridged, so you can use either one of them. * You can e-mail us on the Games mailing list at link:https://lists.fedoraproject.org/admin/lists/games@lists.fedoraproject.org/[games@lists.fedoraproject.org]. From 0e8f77bec425ba36664bef8e474f8927536cf504 Mon Sep 17 00:00:00 2001 From: Artur Frenszek-Iwicki Date: Jan 13 2025 19:19:14 +0000 Subject: [PATCH 2/2] Escape # in IRC / Matrix links Links on the "communicating" page were broken because AsciiDoc treated two links with '#' inside them as #highlighted text#, causing the '#' signs on the resulting HTML page to be replaced with tags. --- diff --git a/modules/ROOT/pages/communicating.adoc b/modules/ROOT/pages/communicating.adoc index 89ae92b..f2e46f2 100644 --- a/modules/ROOT/pages/communicating.adoc +++ b/modules/ROOT/pages/communicating.adoc @@ -11,6 +11,6 @@ and join the team, come visit us at the link:https://discussion.fedoraproject.or * Issues about gaming documentation can be filed at link:https://pagure.io/gaming/documentation/issues[ticketing repository on Pagure]. -* You can chat with us at link:https://web.libera.chat/?channels=#fedora-games[#fedora-games on irc.libera.chat], or our link:https://matrix.to/#/#gaming:fedoraproject.org[Element/Matrix channel]. Chats are bridged, so you can use either one of them. +* You can chat with us at link:https://web.libera.chat/?channels=\#fedora-games[#fedora-games on irc.libera.chat], or our link:https://matrix.to/\#/\#gaming:fedoraproject.org[Element/Matrix channel]. Chats are bridged, so you can use either one of them. * You can e-mail us on the Games mailing list at link:https://lists.fedoraproject.org/admin/lists/games@lists.fedoraproject.org/[games@lists.fedoraproject.org].