aboutsummaryrefslogtreecommitdiffstats
path: root/en/contact
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2021-06-13 10:31:18 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2021-06-13 10:31:18 +0200
commit9fc2c84895718193145b0ae40d5b0b79ff50e95c (patch)
tree796e635fcb7b7cb005d736f1906ad42d7f08617d /en/contact
parent29c223017b91a69586f6d81f32e19231e3afab64 (diff)
downloadwww-9fc2c84895718193145b0ae40d5b0b79ff50e95c.tar
www-9fc2c84895718193145b0ae40d5b0b79ff50e95c.tar.gz
www-9fc2c84895718193145b0ae40d5b0b79ff50e95c.tar.bz2
www-9fc2c84895718193145b0ae40d5b0b79ff50e95c.tar.xz
www-9fc2c84895718193145b0ae40d5b0b79ff50e95c.zip
IRC Channels are now on Libera.Chat (council)
Diffstat (limited to 'en/contact')
-rw-r--r--en/contact/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/contact/index.php b/en/contact/index.php
index aae0aab3c..41593de00 100644
--- a/en/contact/index.php
+++ b/en/contact/index.php
@@ -31,7 +31,7 @@ $rtl = is_locale_rtl($locale);
<?php _g('Discuss with other users via:');?>
<ul><li><?php _g('The <a href="%s">forum</a>', array('https://forums.mageia.org/'))?></li>
<li><?php _g('User <a href="%s">mailing list</a>', array('https://ml.mageia.org/l/info/discuss'))?></li>
- <li><?php _g('<a href="%s">IRC</a> channel', array('irc://irc.freenode.net/#mageia'))?></li>
+ <li><?php _g('<a href="%s">IRC</a> channel', array('ircs://irc.libera.chat:6697/#mageia'))?></li>
</ul>
<?php echo '<hr>';