diff options
Diffstat (limited to 'en/3')
-rwxr-xr-x | en/3/download_index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/3/download_index.php b/en/3/download_index.php index 7c63c1361..489bea4fe 100755 --- a/en/3/download_index.php +++ b/en/3/download_index.php @@ -17,7 +17,7 @@ require '../downloads/get/lib.php'; <meta name="robots" content="index,nofollow,nosnippet"> <link rel="canonical" href="/<?php echo $locale; ?>/3/"> <link rel="stylesheet" href="/g/style/all.css"> - <base href="http://<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> + <base href="//<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> <?php include '../../analytics.php'; ?> </head> <body class="release downloads"> @@ -192,7 +192,7 @@ require '../downloads/get/lib.php'; _h('Looking for Mageia 1?', null, 'h3'); echo '<p>'; _e('It is <a href="%s">here now</a>.', array('../1/')); - _e('But please remember that it already <a href="http://blog.mageia.org/en/2012/12/02/mageia-1-eol/">reached EOL</a>.', null, ''); + _e('But please remember that it already <a href="https://blog.mageia.org/en/2012/12/02/mageia-1-eol/">reached EOL</a>.', null, ''); echo '</p>'; ?> <br> |