aboutsummaryrefslogtreecommitdiffstats
path: root/en/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/index.php')
-rw-r--r--en/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/index.php b/en/index.php
index e4c95d5ca..8e16152d0 100644
--- a/en/index.php
+++ b/en/index.php
@@ -26,9 +26,9 @@ $nav = array(
<?php
foreach ($langs as $l => $name)
if ($l != $locale)
- echo sprintf('<link rel="alternate" hreflang="%s" href="http://www.mageia.org/%s/">', $l, $l);
+ echo sprintf('<link rel="alternate" hreflang="%s" href="//www.mageia.org/%s/">', $l, $l);
?>
- <link rel="alternate" type="application/rss+xml" title="<?php _e('Mageia Blog (English)'); ?>" href="<?php _e('http://blog.mageia.org/en/?feed=rss'); ?>">
+ <link rel="alternate" type="application/rss+xml" title="<?php _e('Mageia Blog (English)'); ?>" href="<?php _e('https://blog.mageia.org/en/?feed=rss'); ?>">
<?php require '../analytics.php'; ?>
<style>
html, body {