aboutsummaryrefslogtreecommitdiffstats
path: root/en/map
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-03-14 18:47:08 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-03-14 18:47:08 +0000
commit207fb6bae63ac64f322e7d3d94654dfe0b4de4ea (patch)
treea3ed50154f39b2fb10acd0e224e965ae37705073 /en/map
parentc7f4df675ddb47bf0b6a138bdd344f3e0bd42906 (diff)
downloadwww-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/map')
-rw-r--r--en/map/index.php6
1 files changed, 2 insertions, 4 deletions
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')
)
)
);