diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2021-06-13 10:31:18 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2021-06-13 10:31:18 +0200 |
commit | 9fc2c84895718193145b0ae40d5b0b79ff50e95c (patch) | |
tree | 796e635fcb7b7cb005d736f1906ad42d7f08617d /en | |
parent | 29c223017b91a69586f6d81f32e19231e3afab64 (diff) | |
download | www-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')
-rw-r--r-- | en/calendar/index.php | 2 | ||||
-rw-r--r-- | en/contact/index.php | 2 | ||||
-rw-r--r-- | en/downloads/get/index.php | 2 | ||||
-rw-r--r-- | en/support/index.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/en/calendar/index.php b/en/calendar/index.php index afefad5f5..fb4f366d2 100644 --- a/en/calendar/index.php +++ b/en/calendar/index.php @@ -87,7 +87,7 @@ foreach ($calendars as $c) { <p><?php _g('For any comment, addition, change to this calendar, feel free to contact us through:') ?></p> <ul> <li><?php _g('your <a href="https://wiki.mageia.org/en/">team</a> leader or representative,') ?></li> - <li><?php _g('<a href="irc://irc.freenode.net/#mageia-dev">#mageia-dev</a> on Freenode,') ?></li> + <li><?php _g('<a href="ircs://irc.libera.chat:6697/#mageia-dev">#mageia-dev</a> on Libera.Chat,') ?></li> <li><?php _g('<a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a> in last resort.') ?></li> </ul> </div> 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>'; diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index b8fa0db10..b20ee9f9c 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -354,7 +354,7 @@ gpg: There is no indication that the signature belongs to the owner. <p><?php echo sprintf(_r('If you still encounter this error and think IT SHOULD NOT HAPPEN – please tell us:')); ?></p> <ul> - <li><?php _g('directly on <a href="irc://irc.freenode.net/#mageia-atelier">#mageia-atelier on Freenode IRC</a>,'); ?></li> + <li><?php _g('directly on <a href="ircs://irc.libera.chat:6697/#mageia-atelier">#mageia-atelier on Libera.Chat IRC</a>,'); ?></li> <li><?php _g('or <a href="https://twitter.com/mageia_org">via our Twitter account</a>,'); ?></li> <li><?php _g('or with a <a href="https://ml.mageia.org/l/info/atelier-discuss">notice on the Atelier team mailing-list</a>,'); ?></li> <li><?php _g('or a <a href="https://bugs.mageia.org/enter_bug.cgi?product=Websites&format=guided&component=www.mageia.org">bug report</a>.'); ?></li> diff --git a/en/support/index.php b/en/support/index.php index 9f4058370..e7f4fd04d 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -77,7 +77,7 @@ $rtl = is_locale_rtl($locale); echo '<ul class="hl">'; _g('<a href="https://forums.mageia.org/en/">Community support forums</a> in English – see <a href="https://forums.mageia.org/en/viewforum.php?f=20">other Mageia community forums</a> for support in your language;', null, 'li'); - _g('IRC channels where you can discuss live with other Mageia users and contributors: <a href="irc://irc.freenode.net/#mageia" hreflang="en">#mageia</a> or other localized <a href="https://wiki.mageia.org/en/IRC#channels_in_other_languages">channels</a>;', null, 'li'); + _g('IRC channels where you can discuss live with other Mageia users and contributors: <a href="ircs://irc.libera.chat:6697/#mageia" hreflang="en">#mageia</a> or other localized <a href="https://wiki.mageia.org/en/IRC#channels_in_other_languages">channels</a>;', null, 'li'); _g('our <a href="https://wiki.mageia.org/en/">Wiki</a> (still rough at the time, we are working on it!);', null, 'li'); _g('our <a href="https://wiki.mageia.org/en/Mailing_lists" hreflang="en">mailing-lists</a>;', null, 'li'); _g('local events: follow our <a href="https://blog.mageia.org/en/">blog</a> and <a href="https://www.mageia.org/en/calendar/">calendar</a>.', null, 'li'); |