Commit: b57bcbe335cb0a27ce72683c229f29c783c1038a Author: Remi Collet <[email protected]> Fri, 20 Dec 2019 16:12:01 +0100 Parents: c930cb79f91b04dcd39c423e98596d1d7106265d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b57bcbe335cb0a27ce72683c229f29c783c1038a Log: fix links Changed paths: M archive/entries/2019-12-18-2.xml M releases/7_3_13.php Diff: diff --git a/archive/entries/2019-12-18-2.xml b/archive/entries/2019-12-18-2.xml index cd1cd27e4..887511c8e 100644 --- a/archive/entries/2019-12-18-2.xml +++ b/archive/entries/2019-12-18-2.xml @@ -17,7 +17,7 @@ <p>For source downloads of PHP 7.3.13 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. - The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.12">ChangeLog</a>. + The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.13">ChangeLog</a>. </p> </div> diff --git a/releases/7_3_13.php b/releases/7_3_13.php index 7aa6a58be..bef3efa12 100644 --- a/releases/7_3_13.php +++ b/releases/7_3_13.php @@ -13,7 +13,7 @@ site_header("PHP 7.3.13 Release Announcement"); <p>For source downloads of PHP 7.3.13 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. - The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.12">ChangeLog</a>. + The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.13">ChangeLog</a>. </p> <?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
