diff options
author | Claire Revillet <grenoya@mageia.org> | 2012-07-12 14:57:37 +0000 |
---|---|---|
committer | Claire Revillet <grenoya@mageia.org> | 2012-07-12 14:57:37 +0000 |
commit | 55e8f1d9a579fa0dcb3e38f7d04ff48f30bc94ec (patch) | |
tree | 7548fea98f32ea08e90556c53ed6ab71592ba0d7 /en/map | |
parent | 01cde55f8b64dcc56760ae12e75d082ec0c46ea5 (diff) | |
download | www-55e8f1d9a579fa0dcb3e38f7d04ff48f30bc94ec.tar www-55e8f1d9a579fa0dcb3e38f7d04ff48f30bc94ec.tar.gz www-55e8f1d9a579fa0dcb3e38f7d04ff48f30bc94ec.tar.bz2 www-55e8f1d9a579fa0dcb3e38f7d04ff48f30bc94ec.tar.xz www-55e8f1d9a579fa0dcb3e38f7d04ff48f30bc94ec.zip |
- add link to doc.mageia.org for the en pages
Diffstat (limited to 'en/map')
-rw-r--r-- | en/map/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/map/index.php b/en/map/index.php index 10e6c9e45..56fbdad7c 100644 --- a/en/map/index.php +++ b/en/map/index.php @@ -48,6 +48,7 @@ $map = array( 'i' => array( array('t' => _t('Software updates'), 'l' => '/{L}/support/'), // /updates array('t' => _t('Product lifecycle'), 'l' => '/{L}/support/'), // /lifecycle + array('t' => _t('Official Documentation'),'l' => 'http://doc.mageia.org'), // 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 @@ -139,4 +140,4 @@ $sMap .= '</ul>'; --> </div> </body> -</html>
\ No newline at end of file +</html> |