aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/map/index.php3
-rw-r--r--en/support/index.php1
2 files changed, 3 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>
diff --git a/en/support/index.php b/en/support/index.php
index b833a83ac..cfc1f748b 100644
--- a/en/support/index.php
+++ b/en/support/index.php
@@ -60,6 +60,7 @@ _lang_load($locale, 'support');
echo '<ul class="hl">';
_h('<a href="http://forums.mageia.org/en/">Community support forums</a> in English &ndash; see <a href="https://forums.mageia.org/en/viewforum.php?f=20">other Mageia community forums</a> for support in your language;', null, 'li');
_h('IRC channels where you can discuss live with other Mageia users and contributors: <a href="irc://irc.freenode.net/#mageia" hreflang="en">#mageia</a> or other localized <a href="https://wiki.mageia.org/en/IRC#channels_in_other_languages">channels</a>;', null, 'li');
+ _h('the official <a href="https://doc.mageia.org">documentation</a> (translated in different languages);', null, 'li');
_h('our <a href="https://wiki.mageia.org/en/">Wiki</a> (still rough at the time, we are working on it!);', null, 'li');
_h('our <a href="http://www.mageia.org/mailman/" hreflang="en">mailing-lists</a>;', null, 'li');
_h('local events: follow our <a href="http://blog.mageia.org/en/">blog</a> and <a href="http://www.mageia.org/en/calendar/">calendar</a>.', null, 'li');