[Xfce4-commits] [www/www.xfce.org] 05/05: Use https link when possible

noreply at xfce.org noreply at xfce.org
Sun Feb 9 19:21:53 CET 2020


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/www.xfce.org.

commit 45e8109eb6480cf2abab78175037a680e78bb593
Author: Romain Bouvier <skunnyk at alteroot.org>
Date:   Sun Feb 9 19:21:17 2020 +0100

    Use https link when possible
---
 pages/download/index.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/download/index.php b/pages/download/index.php
index cd13709..4684d20 100644
--- a/pages/download/index.php
+++ b/pages/download/index.php
@@ -19,16 +19,16 @@ $head['title'] = R_('Download');
 </p>
 
 <ul>
-  <li><a href="http://archive.xfce.org/xfce/<?php echo $stable_version ?>/">http://archive.xfce.org/xfce/<?php echo $stable_version ?>/</a></li>
+  <li><a href="https://archive.xfce.org/xfce/<?php echo $stable_version ?>/">https://archive.xfce.org/xfce/<?php echo $stable_version ?>/</a></li>
 </ul>
 
 <h2 id="individual"><?php E_('Individual releases') ?></h2>
 <p>
-  <?php E_('Each package in Xfce can make individual stable or development releases, including the core packages (as described in the <a href="/about/releasemodel">release model</a>). You can follow the announcements of the releases on the <a href="/community/lists">Xfce users mailing list</a>, watch the <a href="http://archive.xfce.org/feeds/project/">release feeds</a> or follow the Xfce <a href="https://twitter.com/xfceofficial">Twitter account</a>.') ?>
+  <?php E_('Each package in Xfce can make individual stable or development releases, including the core packages (as described in the <a href="/about/releasemodel">release model</a>). You can follow the announcements of the releases on the <a href="/community/lists">Xfce users mailing list</a>, watch the <a href="https://archive.xfce.org/feeds/project/">release feeds</a> or follow the Xfce <a href="https://twitter.com/xfceofficial">Twitter account</a>.') ?>
 </p>
 
 <ul>
-  <li><a href="http://archive.xfce.org/src/">http://archive.xfce.org/src/</a></li>
+  <li><a href="https://archive.xfce.org/src/">https://archive.xfce.org/src/</a></li>
 </ul>
 
 <?php if ($preview_visible) { ?>
@@ -38,7 +38,7 @@ $head['title'] = R_('Download');
 </p>
 
 <ul>
-  <li><a href="http://archive.xfce.org/xfce/<?php echo $preview_version ?>/">http://archive.xfce.org/xfce/<?php echo $preview_version ?>/</a></li>
+  <li><a href="https://archive.xfce.org/xfce/<?php echo $preview_version ?>/">https://archive.xfce.org/xfce/<?php echo $preview_version ?>/</a></li>
 </ul>
 
 <?php } ?>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list