diff options
author | Filip Komar <filip@mageia.org> | 2013-08-06 17:13:46 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-08-06 17:13:46 +0000 |
commit | fb15501cb338eaf5cd36c2ac754b32d87f2cc8cd (patch) | |
tree | b28c5dfd9573576dee7476a1dafa02a15989b384 /en | |
parent | f7681f8da95c51a2721cbebf647eed5569d47f27 (diff) | |
download | www-fb15501cb338eaf5cd36c2ac754b32d87f2cc8cd.tar www-fb15501cb338eaf5cd36c2ac754b32d87f2cc8cd.tar.gz www-fb15501cb338eaf5cd36c2ac754b32d87f2cc8cd.tar.bz2 www-fb15501cb338eaf5cd36c2ac754b32d87f2cc8cd.tar.xz www-fb15501cb338eaf5cd36c2ac754b32d87f2cc8cd.zip |
https fix on downloads/get page + lang files sync
Diffstat (limited to 'en')
-rw-r--r-- | en/downloads/get/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index 3639ba682..ca1325af3 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -223,7 +223,7 @@ if (!isset($_SERVER['APP_MODE']) || $_SERVER['APP_MODE'] == 'prod') { <div class="yui-g first"><div class="para"> </div></div> <div class="yui-g" style="border-left: 1px solid #ddd"><div class="para"> - <p><?php echo sprintf(_t('The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.'), 'http://mirrors.mageia.org/', '../../thank-you/'); ?></p> + <p><?php echo sprintf(_t('The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.'), '//mirrors.mageia.org/', '../../thank-you/'); ?></p> <p><?php echo sprintf(_t('Want to help? %sJoin Us!%s'), '<a href="../../contribute/">', '</a>'); ?></p> </div></div> </div> @@ -235,7 +235,7 @@ if (!isset($_SERVER['APP_MODE']) || $_SERVER['APP_MODE'] == 'prod') { <p><?php echo sprintf(_t('If you still encounter this error and think IT SHOULD NOT HAPPEN – please tell us:')); ?></p> <ul> <li><?php _e('directly on <a href="irc://irc.freenode.net/#mageia-atelier">#mageia-atelier on Freenode IRC</a>,'); ?></li> - <li><?php _e('or <a href="http://twitter.com/mageia_org">via our Twitter account</a>,'); ?></li> + <li><?php _e('or <a href="https://twitter.com/mageia_org">via our Twitter account</a>,'); ?></li> <li><?php _e('or with a <a href="https://ml.mageia.org/l/info/atelier-discuss">notice on the Atelier team mailing-list</a>,'); ?></li> <li><?php _e('or a <a href="https://bugs.mageia.org/enter_bug.cgi?product=Websites&format=guided&component=www.mageia.org">bug report</a>.'); ?></li> </ul> |