Commit: 8e78978df93e51a5bc49478748258fe7b79a909e Author: Sobak <[email protected]> Fri, 20 Jun 2014 14:02:03 +0200 Parents: 6a0d3b18910b156c16654d307105d1fae7cc7ecf Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8e78978df93e51a5bc49478748258fe7b79a909e Log: Remove link to old HOWTO in favor of new guide Maybe it's not complete yet, but it provides more info than previous resource. Suggestions and contributions are welcome. Changed paths: M error.php M get-involved.php Diff: diff --git a/error.php b/error.php index 911f618..2104dfa 100644 --- a/error.php +++ b/error.php @@ -464,7 +464,7 @@ $external_redirects = array( "pear" => "http://pear.php.net/", "bugs" => "http://bugs.php.net/", "bugstats" => "http://bugs.php.net/bugstats.php", - "phpdochowto" => "https://wiki.php.net/doc/howto", + "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 "ideas.php" => "http://wiki.php.net/ideas", // BC diff --git a/get-involved.php b/get-involved.php index c3abcf4..b532222 100644 --- a/get-involved.php +++ b/get-involved.php @@ -34,7 +34,8 @@ site_header("Get Involved", array("current" => "community")); <li>Filing and resolving bug reports at <a href="http://bugs.php.net">bugs.php.net</a></li> <li>Help maintain and or translate documentation files - at <a href="http://edit.php.net">edit.php.net</a></li> + at <a href="http://edit.php.net">edit.php.net</a>. Check out our + <a href="http://doc.php.net/tutorial/">guide for contributors</a>.</li> </ol> <h3 class="content-header">Development of the PHP source</h3> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
