diff options
author | Matthew Marchese <maffblaster@gentoo.org> | 2023-05-02 01:24:25 -0700 |
---|---|---|
committer | Matthew Marchese <maffblaster@gentoo.org> | 2023-05-02 01:24:25 -0700 |
commit | fe7c63bc855251715d9d608b844eb8231317f842 (patch) | |
tree | a1558f3fb630ebc24ca66bce817855914e2b7c16 /get-involved | |
parent | README.md: Mention required Docker deps. (diff) | |
download | www-fe7c63bc855251715d9d608b844eb8231317f842.tar.gz www-fe7c63bc855251715d9d608b844eb8231317f842.tar.bz2 www-fe7c63bc855251715d9d608b844eb8231317f842.zip |
IRC channels: Add Libera.chat webchat links.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
Diffstat (limited to 'get-involved')
-rw-r--r-- | get-involved/irc-channels/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/get-involved/irc-channels/index.html b/get-involved/irc-channels/index.html index 50ad2a4..965c137 100644 --- a/get-involved/irc-channels/index.html +++ b/get-involved/irc-channels/index.html @@ -56,13 +56,13 @@ nav2-weight: 10 </ul> <p> The channel is staffed by the <a href="https://wiki.gentoo.org/wiki/Project:Ops">Operators team</a>; - if there are any problems, please contact them in <a href="irc://irc.gentoo.org/gentoo-ops"><tt>#gentoo-ops</tt></a>. + if there are any problems, please contact them in <a href="irc://irc.gentoo.org/gentoo-ops"><tt>#gentoo-ops</tt></a> (<a href="https://web.libera.chat/#gentoo-ops">webchat</a>). </p> </div> <div class="col-xs-12 col-md-3"> - <a href="irc://irc.gentoo.org/gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> in a local client</a> - <a href="http://web.libera.chat/#gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> via webchat</a> + <a href="irc://irc.gentoo.org/gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> via local IRC client</a> + <a href="https://web.libera.chat/#gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> via IRC webchat</a> </div> </div> </div> |