Commit: 3ef8be363f9052b6678c5c4b833c871c7f18f62d Author: Andreas Heigl <[email protected]> Thu, 28 Jan 2021 17:37:23 +0100 Committer: Christoph M. Becker <[email protected]> Thu, 28 Jan 2021 17:52:42 +0100 Parents: 2a1e3a1fee59980207ae29734d6ddbf5fad792f2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3ef8be363f9052b6678c5c4b833c871c7f18f62d Log: Replace link to edit.php.net with link to github Due to the move of the documentation to git this should direct people to the right place. Which (currently) is not edit.php.net anymore. Co-authored-by: Christoph M. Becker <[email protected]> Closes GH-391. Changed paths: M get-involved.php Diff: diff --git a/get-involved.php b/get-involved.php index a1ae9b004..fc9eec073 100644 --- a/get-involved.php +++ b/get-involved.php @@ -33,7 +33,7 @@ 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>. Check out our + at the doc-* repositories on <a href="https://github.com/php/?q=doc">github</a>. Check out our <a href="http://doc.php.net/tutorial/">guide for contributors</a>.</li> </ol> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
