diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-14 18:47:08 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-14 18:47:08 +0000 |
commit | 207fb6bae63ac64f322e7d3d94654dfe0b4de4ea (patch) | |
tree | a3ed50154f39b2fb10acd0e224e965ae37705073 /en | |
parent | c7f4df675ddb47bf0b6a138bdd344f3e0bd42906 (diff) | |
download | www-207fb6bae63ac64f322e7d3d94654dfe0b4de4ea.tar www-207fb6bae63ac64f322e7d3d94654dfe0b4de4ea.tar.gz www-207fb6bae63ac64f322e7d3d94654dfe0b4de4ea.tar.bz2 www-207fb6bae63ac64f322e7d3d94654dfe0b4de4ea.tar.xz www-207fb6bae63ac64f322e7d3d94654dfe0b4de4ea.zip |
fix/remove some links (spotted by filip)
Diffstat (limited to 'en')
-rw-r--r-- | en/contact/index.php | 2 | ||||
-rw-r--r-- | en/map/index.php | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index b22fb9eb4..31886384f 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -24,7 +24,7 @@ _lang_load($locale, 'contact'); _h('You are looking for support', null, 'h2'); _e('Search on:');?> <ul><li><?php _e('Our <a href="%s">wiki</a>', array('https://wiki.mageia.org/'));?></li> - <li><?php _e('In the End user <a href="%s">doc</a>', array('https://doc.mageia.org/'));?></li> + <li><?php _e('In the End user <a href="%s">doc</a>', array('../doc/'));?></li> </ul> <?php _e('Discuss with other users via:');?> <ul><li><?php _e('The <a href="%s">forum</a>', array('https://forums.mageia.org/'))?></li> diff --git a/en/map/index.php b/en/map/index.php index d118d392b..302f70737 100644 --- a/en/map/index.php +++ b/en/map/index.php @@ -10,7 +10,6 @@ $map = array( 'l' => '/{L}/about/', 'i' => array( array('t' => _t('Mission'), 'l' => '/{L}/about/'), - array('t' => _t('Projects'), 'l' => ''), array('t' => _t('News'), 'l' => '//blog.mageia.org/'), array('t' => _t('Contacts'), 'l' => '/{L}/contact/'), array('t' => _t('Supporters'), 'l' => '/{L}/thank-you/'), @@ -26,7 +25,6 @@ $map = array( array('t' => 'Mageia.Org', 'l' => '/{L}/about/', 'i' => array( array('t' => _t('Constitution'), 'l' => '/{L}/about/constitution/'), - array('t' => _t('Members'), 'l' => ''), array('t' => _t('Reports'), 'l' => '/{L}/about/reports/') ) ), @@ -53,7 +51,7 @@ $map = array( 'i' => array( array('t' => _t('Software updates'), 'l' => '//advisories.mageia.org/'), // /updates array('t' => _t('Product lifecycle'), 'l' => '/{L}/support/'), // /lifecycle - array('t' => _t('Official Documentation'),'l' => '//doc.mageia.org'), // documentation + array('t' => _t('Official Documentation'),'l' => '/{L}/doc/'), // documentation array('t' => _t('Community support'), 'l' => '/{L}/support'), array('t' => _t('Professional support'), 'l' => 'https://wiki.mageia.org/en/Commercial_vendors'), array('t' => _t('Compatible hardware'), 'l' => '/{L}/support/'), // /hardware @@ -89,7 +87,7 @@ $map = array( 'l' => 'https://identity.mageia.org/', 'i' => array( array('t' => _t('Your Mageia id'), 'l' => 'https://identity.mageia.org/'), - array('t' => _t('Privacy policy'), 'l' => '/{L}/about/policies/privacy/') + array('t' => _t('Privacy policy'), 'l' => 'https://wiki.mageia.org/en/Privacy_policy') ) ) ); |