diff options
Diffstat (limited to 'en/support/index.php')
-rw-r--r-- | en/support/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/support/index.php b/en/support/index.php index 2c70a43fb..5bc8b0dcc 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -37,7 +37,7 @@ _lang_load($locale, 'support'); _h('Documentation', null, 'h2 id="docu"'); _h('You can look up existing %sdocumentation here%s. You may too look into our %sWiki%s.', array('<a href="//doc.mageia.org/">', '</a>', - '<a href="http://wiki.mageia.org/">', '</a>')); + '<a href="https://wiki.mageia.org/">', '</a>')); echo '<hr>'; _h('Updates', null, 'h2 id="updates"'); @@ -59,7 +59,7 @@ _lang_load($locale, 'support'); _h('If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:'); echo '<ul class="hl">'; - _h('<a href="http://forums.mageia.org/en/">Community support forums</a> in English – 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('<a href="https://forums.mageia.org/en/">Community support forums</a> in English – 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('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="https://wiki.mageia.org/en/Mailing_lists" hreflang="en">mailing-lists</a>;', null, 'li'); |