[gnome-web-www] Switch links to HTTPS



commit 4d472b74824989d8a3ee4b095d8f723fc4c54f95
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Thu Nov 23 09:42:10 2017 +0100

    Switch links to HTTPS

 theme/footer.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/theme/footer.php b/theme/footer.php
index 3246c08..b1b3867 100644
--- a/theme/footer.php
+++ b/theme/footer.php
@@ -43,10 +43,10 @@
                 <div id="footnotes" class="col-sm-9">
                     <strong class="gnome_logo">&copy; <?php esc_html_e( 'The GNOME Project', 'grass' ); 
?></strong><br />
                     <small>
-                        <?php esc_html_e( 'Free to share and remix', 'grass' ); ?>: <a 
href="http://creativecommons.org/licenses/by/3.0/";>Creative Commons CC-BY</a>.
+                        <?php esc_html_e( 'Free to share and remix', 'grass' ); ?>: <a 
href="https://creativecommons.org/licenses/by/4.0/";>Creative Commons CC-BY</a>.
                         <?php esc_html_e( 'Optimized for standards', 'grass' ); ?>.
-                        <?php esc_html_e( 'Hosted by', 'grass' ); ?> <a href="http://www.redhat.com/";>Red 
Hat</a>.
-                        <?php esc_html_e( 'Powered by', 'grass' ); ?> <a 
href="http://www.wordpress.org";>WordPress</a>.
+                        <?php esc_html_e( 'Hosted by', 'grass' ); ?> <a href="https://www.redhat.com/";>Red 
Hat</a>.
+                        <?php esc_html_e( 'Powered by', 'grass' ); ?> <a 
href="https://www.wordpress.org";>WordPress</a>.
                     </small>
                 </div>
             </div>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]