Commit: b6f36cdcfc64a993e119cd4114e9b8bdbffa2b89 Author: Peter Cowburn <[email protected]> Tue, 20 Jan 2015 21:25:16 +0000 Parents: 686c4181e35c1b248dd95d502524cdc11a86c6d4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b6f36cdcfc64a993e119cd4114e9b8bdbffa2b89 Log: fix bugstats link Also use https for bugs.php.net [github] closes php/web-php#54 Bugs: https://bugs.php.net/54 Changed paths: M error.php Diff: diff --git a/error.php b/error.php index 419b282..f8aaaa4 100644 --- a/error.php +++ b/error.php @@ -465,8 +465,8 @@ $external_redirects = array( "php56news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.6", "phptrunknews"=> "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/master", "pear" => "http://pear.php.net/", - "bugs" => "http://bugs.php.net/", - "bugstats" => "http://bugs.php.net/bugstats.php", + "bugs" => "https://bugs.php.net/", + "bugstats" => "https://bugs.php.net/stats.php", "phpdochowto" => "http://doc.php.net/tutorial/", "rev" => "http://doc.php.net/revcheck.php?p=graph&lang=$LANG", "release/5_3_0.php" => "/releases/5_3_0.php", // PHP 5.3.0 release announcement had a typo -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
