Commit: 8d205850b9a759adb86d87d05f3e08ca3d7251a2 Author: Julien Pauli <[email protected]> Thu, 21 Jul 2016 20:56:19 +0200 Parents: 2b901323dffdd3a432bc14591756b8658cd69c59 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8d205850b9a759adb86d87d05f3e08ca3d7251a2 Log: Fix link problem in 5.5.38 announce Changed paths: M archive/entries/2016-07-21-2.xml Diff: diff --git a/archive/entries/2016-07-21-2.xml b/archive/entries/2016-07-21-2.xml index e0888e7..db4a0f9 100644 --- a/archive/entries/2016-07-21-2.xml +++ b/archive/entries/2016-07-21-2.xml @@ -16,7 +16,7 @@ </p> <p>All PHP 5.5 users are encouraged to upgrade to this version.</p> - <p>For source downloads of PHP 5.5.38 please visit our downloads page, Windows source and binaries can be found on <a href="windows.php.net/download/"> windows.php.net/download</a>. The list of changes is recorded in the <a href="http://php.net/ChangeLog-5.php#5.5.38">ChangeLog</a>.</p> + <p>For source downloads of PHP 5.5.38 please visit our downloads page, Windows source and binaries can be found on <a href="http://windows.php.net/download/"> windows.php.net/download</a>. The list of changes is recorded in the <a href="http://php.net/ChangeLog-5.php#5.5.38">ChangeLog</a>.</p> <p> Note that according to <a href="http://www.php.net/supported-versions.php">our release schedule</a>, PHP 5.5.38 is the last release of the PHP 5.5 branch. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
