Commit:    cbb3e228557af5980fba31916ce8a8b4e62dc72d
Author:    Hannes Magnusson <bj...@mongodb.com>         Sat, 25 Oct 2014 
18:32:18 -0700
Parents:   49f29e4073a0e73b735e218bcd9a3e66b2e44802
Branches:  master

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

Log:
bump php5news and better link for php.net/spec after spec refactoring

Changed paths:
  M  error.php


Diff:
diff --git a/error.php b/error.php
index b081505..eed5720 100644
--- a/error.php
+++ b/error.php
@@ -459,7 +459,7 @@ $uri_aliases = array (
 
 $external_redirects = array(
     "php4news"    => 
"https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-4.4";,
-    "php5news"    => 
"https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.4";,
+    "php5news"    => 
"https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.6";,
     "php53news"   => 
"https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.3";,
     "php54news"   => 
"https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.4";,
     "php55news"   => 
"https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.5";,
@@ -479,7 +479,7 @@ $external_redirects = array(
     "rest/readme.mailinglist_rules" => 
"http://git.php.net/?p=php-src.git;a=blob_plain;f=README.MAILINGLIST_RULES;hb=HEAD";,
     "rest/readme.git-rules"         => 
"http://git.php.net/?p=php-src.git;a=blob_plain;f=README.GIT-RULES;hb=HEAD";,
     "rest/coding_standards"         => 
"http://git.php.net/?p=php-src.git;a=blob_plain;f=CODING_STANDARDS;hb=HEAD";,
-    "spec"        => 
"https://github.com/php/php-langspec/blob/master/spec/php-spec-draft.md";,
+    "spec"        => "https://github.com/php/php-langspec";,
     "sunglasses"  => "https://www.youtube.com/watch?v=dQw4w9WgXcQ";, // 
Temporary easter egg for bug#66144
 );


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

Reply via email to