Commit: 5dd303b1134ecc4b801dacaff264e80c2d174ed8 Author: Olumide Samson <[email protected]> Sat, 17 Aug 2019 21:34:58 +0100 Committer: Christoph M. Becker <[email protected]> Sun, 18 Aug 2019 09:50:42 +0200 Parents: d0bbf722585695e476870b5fc35fb25018f0e81b Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=5dd303b1134ecc4b801dacaff264e80c2d174ed8 Log: Fixed 404 links on downloads and changelogs Fixed 404 links and hard-code php.net where necessary Changed paths: M news/2010-03-04-1.php Diff: diff --git a/news/2010-03-04-1.php b/news/2010-03-04-1.php index fb0fc28..25198db 100644 --- a/news/2010-03-04-1.php +++ b/news/2010-03-04-1.php @@ -85,10 +85,8 @@ <p>For a full list of changes in PHP 5.3.2, see the <a href= - "/ChangeLog-5.php#5.3.2">ChangeLog</a>. For - source downloads please visit our <a href= - "/downloads.php">downloads page</a>, Windows - binaries can be found on <a href= - "https://windows.php.net/download/">windows.php.net/download/</a>.</p> + "https://php.net/ChangeLog-5.php#5.3.2">ChangeLog</a>. For + Windows source and binaries downloads please visit our <a href= + "https://windows.php.net/download/">downloads page</a>.</p> </div> </div><!-- .info --> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
