[www-doc] [Git][VideoLAN.org/websites][master] More HTTPS for the main page
Jean-Baptiste Kempf
gitlab at videolan.org
Sun May 28 10:45:23 CEST 2017
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
f51ee806 by Jean-Baptiste Kempf at 2017-05-28T10:45:11+02:00
More HTTPS for the main page
- - - - -
2 changed files:
- www.videolan.org/include/header.php
- www.videolan.org/index.php
Changes:
=====================================
www.videolan.org/include/header.php
=====================================
--- a/www.videolan.org/include/header.php
+++ b/www.videolan.org/include/header.php
@@ -159,7 +159,7 @@ function start_head( $title,
<?php /* RSS */ ?>
<link rel="alternate" type="application/rss+xml" title="RSS - VideoLAN News" href="//images.videolan.org/videolan-news.rss" />
- <link rel="alternate" type="application/rss+xml" title="RSS - Developers Blog" href="http://planet.videolan.org/rss20.xml" />
+ <link rel="alternate" type="application/rss+xml" title="RSS - Developers Blog" href="//planet.videolan.org/rss20.xml" />
<?php
/* Alternate */
=====================================
www.videolan.org/index.php
=====================================
--- a/www.videolan.org/index.php
+++ b/www.videolan.org/index.php
@@ -254,10 +254,10 @@ include($_SERVER["DOCUMENT_ROOT"] . "/include/magpierss/rss_fetch.inc");
} else {
echo ' style="padding-right: 20px;"';
} ?>>
- <a class="social" href="http://www.twitter.com/videolan">
+ <a class="social" href="https://www.twitter.com/videolan">
<i class="icon-twitter"></i>
</a>
- <a class="social" href="http://www.facebook.com/vlc.media.player">
+ <a class="social" href="https://www.facebook.com/vlc.media.player">
<i class="icon-facebook"></i>
</a>
</span>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/f51ee806171b24f450278de3c38f4f1f064fea63
---
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/f51ee806171b24f450278de3c38f4f1f064fea63
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list