Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ: Replace freenode references with libera.chat #1412

Merged
merged 1 commit into from
Aug 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions gatsby/src/pages/faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ const Faq = ({ data }) => {
<a href="https://matrix.to/#/#matrix:matrix.org">
#matrix:matrix.org
</a>{" "}
aka #matrix on irc.freenode.
aka #matrix on irc.libera.chat.
</p>
<p>
If you're a developer and are looking to get involved with
Expand Down Expand Up @@ -1949,8 +1949,12 @@ const Faq = ({ data }) => {
there already exist mature Matrix&lt;-&gt;IRC bridges.{" "}
<a href="/~https://github.com/matrix-org/matrix-appservice-irc/">
matrix-appservice-irc
</a>
is currently used by matrix.org to bridge with FreeNode.
</a>{" "}
is currently used to bridge with{" "}
<a href="https://libera.chat/">
Libera.Chat
</a>{" "}
and many other IRC networks.
</p>
<div className="definition-list">
<div className="definition-item definition-element">
Expand Down Expand Up @@ -2130,7 +2134,7 @@ const Faq = ({ data }) => {
<p>
Yes! An ever increasing number of protocols are being{" "}
<a href="#definitions">bridged</a> into Matrix, so if you use
something like IRC on Freenode you may well be indirectly
something like IRC on Libera.Chat you may well be indirectly
benefiting from Matrix, as others may be connected into the IRC
channel via Matrix.
</p>
Expand Down
1 change: 1 addition & 0 deletions scripts/_url-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
[kotlin-matrix-userbots]: /~https://github.com/koma-im/kotlin-matrix-userbots
[Krille]: https://matrix.to/#/@krille:chat.regionetz.net
[krombel]: https://matrix.to/#/@krombel:msg-net.de
[Libera.Chat]: https://libera.chat/
[libQMatrixClient]: /~https://github.com/QMatrixClient/libqmatrixclient
[Linda]: https://matrix.to/#/@lindalap:matrix.org
[linuxgaming.life]: https://linuxgaming.life
Expand Down