Commit: f3041a322097ce695f4a25bb1f68d3163db48cbf Author: Hannes Magnusson <[email protected]> Fri, 13 Dec 2013 15:11:04 -0800 Parents: 384e52fee0b6afb503771e0fd413af3c76870fb2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f3041a322097ce695f4a25bb1f68d3163db48cbf 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
