diff options
author | Federico Ceratto <federico@debian.org> | 2021-06-27 21:12:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-27 21:12:12 +0100 |
commit | 908b2cc2e44bededdcb943778f44b908a4f3c1df (patch) | |
tree | 01ec31705a0cb2482f9bbcf56e05bf60d08dd5fa | |
parent | 0804b4b37d5fcc43d975f56a4c2c88dd58a0b882 (diff) | |
download | Nim-908b2cc2e44bededdcb943778f44b908a4f3c1df.tar.gz |
Switch IRC links to Libera Chat (#18370)
-rw-r--r-- | readme.md | 4 | ||||
-rw-r--r-- | tools/website.nimf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md index 37babf711..7c6e28be3 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ the latest release, check out [Nim's website][nim-site] or [bleeding edge docs]( [![Follow @nim_lang on Twitter][badge-nim-twitter]][nim-twitter] * The [forum][nim-forum] - the best place to ask questions and to discuss Nim. -* [#nim IRC Channel (Freenode)][nim-irc] - a place to discuss Nim in real-time. +* [#nim IRC Channel (Libera Chat)][nim-irc] - a place to discuss Nim in real-time. Also where most development decisions get made. * [Discord][nim-discord] - an additional place to discuss Nim in real-time. Most channels there are bridged to IRC. @@ -206,7 +206,7 @@ Copyright © 2006-2021 Andreas Rumpf, all rights reserved. [nim-forum]: https://forum.nim-lang.org [nim-issues]: https://github.com/nim-lang/Nim/issues [nim-issues-easy]: https://github.com/nim-lang/Nim/labels/Easy -[nim-irc]: https://webchat.freenode.net/?channels=nim +[nim-irc]: https://web.libera.chat/#nim [nim-twitter]: https://twitter.com/nim_lang [nim-stackoverflow]: https://stackoverflow.com/questions/tagged/nim-lang [nim-stackoverflow-newest]: https://stackoverflow.com/questions/tagged/nim-lang?sort=newest&pageSize=15 diff --git a/tools/website.nimf b/tools/website.nimf index bde84b32f..cea30f74f 100644 --- a/tools/website.nimf +++ b/tools/website.nimf @@ -188,7 +188,7 @@ runForever() <div> <h4>Community</h4> <a href="https://forum.nim-lang.org">User Forum</a> - <a href="http://webchat.freenode.net/?channels=nim">Online IRC</a> + <a href="https://web.libera.chat/#nim">Online IRC</a> <a href="https://irclogs.nim-lang.org/">IRC Logs</a> </div> </div> |