diff options
author | Filip Komar <filip@mageia.org> | 2013-07-14 20:48:18 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-07-14 20:48:18 +0000 |
commit | d22775cba35d385d8ed186059b2d2096a4fdbfa6 (patch) | |
tree | 19a23acef35e518847ca44c1b1d194edee3318b7 /en/support/index.php | |
parent | 42d540a56e4459a9157e7fb8f95160182d5e2e6f (diff) | |
download | www-d22775cba35d385d8ed186059b2d2096a4fdbfa6.tar www-d22775cba35d385d8ed186059b2d2096a4fdbfa6.tar.gz www-d22775cba35d385d8ed186059b2d2096a4fdbfa6.tar.bz2 www-d22775cba35d385d8ed186059b2d2096a4fdbfa6.tar.xz www-d22775cba35d385d8ed186059b2d2096a4fdbfa6.zip |
links for forum and bugzilla changed from http to https
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'); |