aboutsummaryrefslogtreecommitdiffstats
path: root/en/contact
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 15:33:50 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 15:33:50 +0000
commit9b05c55eadca65b108008725165c05f422b26c4b (patch)
tree797af009e7b3551c301b948663f241dc0f70adfb /en/contact
parentabfcd326e803519d7f8d8c117a164f4a30ed1611 (diff)
downloadwww-9b05c55eadca65b108008725165c05f422b26c4b.tar
www-9b05c55eadca65b108008725165c05f422b26c4b.tar.gz
www-9b05c55eadca65b108008725165c05f422b26c4b.tar.bz2
www-9b05c55eadca65b108008725165c05f422b26c4b.tar.xz
www-9b05c55eadca65b108008725165c05f422b26c4b.zip
Update mailing lists links
Diffstat (limited to 'en/contact')
-rw-r--r--en/contact/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/contact/index.php b/en/contact/index.php
index d639567b2..e0d86b195 100644
--- a/en/contact/index.php
+++ b/en/contact/index.php
@@ -53,7 +53,7 @@ _lang_load($locale, 'contact');
<?php
_h('You have an idea of who to contact', null, 'h2');
_h('You may post in the <a href="%s">forum</a> or the <a href="%s">public discussion mailing-list</a>.',
- array('https://forums.mageia.org/', 'https://www.mageia.org/mailman/listinfo/mageia-discuss'));
+ array('https://forums.mageia.org/', 'https://ml.mageia.org/l/info/discuss'));
_h('You also may use the following email aliases too to contact all members of a group at once:');
$groups = array(
'board' => _d('Mageia.Org Board members'),
@@ -72,8 +72,8 @@ _lang_load($locale, 'contact');
echo '</ul>';
_h(
- 'In most case you should avoid using those aliases as they should only be used for the rare cases where private emails are needed. Use appropriate public mailing list on <a href="%s">either</a> of <a href="%s">two</a> pages instead.',
- array('https://www.mageia.org/mailman/', 'http://ml.mageia.org/')
+ 'In most case you should avoid using those aliases as they should only be used for the rare cases where private emails are needed. Use appropriate <a href="%s">public mailing list</a> instead.',
+ array('https://wiki.mageia.org/en/Mailing_lists')
);
_h('If you want to contact Council or Board for a public discussion, you can start a thread on a mailing-list and add the Board or Council alias in CC.');
echo '<hr>';