aboutsummaryrefslogtreecommitdiffstats
path: root/en/map/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/map/index.php')
-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')
)
)
);