From 207fb6bae63ac64f322e7d3d94654dfe0b4de4ea Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Fri, 14 Mar 2014 18:47:08 +0000 Subject: fix/remove some links (spotted by filip) --- en/map/index.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'en/map') 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') ) ) ); -- cgit v1.2.1