Commit:    3747fc6770cdfd72c2d367c9541a74f64039767e
Author:    Hannes Magnusson <[email protected]>         Fri, 13 Dec 2013 
15:11:04 -0800
Parents:   144836645d33f1a88e7713e78cc4a86187e746fe
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=3747fc6770cdfd72c2d367c9541a74f64039767e

Log:
bugs and wiki should link to https

Changed paths:
  M  sites.php


Diff:
diff --git a/sites.php b/sites.php
index de767b5..8df6737 100644
--- a/sites.php
+++ b/sites.php
@@ -112,7 +112,7 @@ site_header("A Tourist's Guide", array("current" => 
"help"));
  its sister, PEAR.
 </p>
 
-<h2 id="bugs" class="content-header"><a 
href="http://bugs.php.net/";>bugs.php.net</a>: Bug Database</h2>
+<h2 id="bugs" class="content-header"><a 
href="https://bugs.php.net/";>bugs.php.net</a>: Bug Database</h2>
 
 <p class="content-box">
  The bug database is where you can bring problems with PHP to the attention of
@@ -227,7 +227,7 @@ site_header("A Tourist's Guide", array("current" => 
"help"));
  analysis.  
 </p>
 
-<h2 id="wiki" class="content-header"><a 
href="http://wiki.php.net/";>wiki.php.net</a>: The PHP Wiki</h2>
+<h2 id="wiki" class="content-header"><a 
href="https://wiki.php.net/";>wiki.php.net</a>: The PHP Wiki</h2>
 
 <p class="content-box">
  Home of the official PHP wiki, this site contains information related to 
php.net like


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to