diff --git a/error.php b/error.php index b48307b6a..92e87fb44 100644 --- a/error.php +++ b/error.php @@ -324,9 +324,9 @@ $uri_aliases = array ( ); $external_redirects = array( - "php4news" => "http://cvs.php.net/viewcvs.cgi/php-src/NEWS?view=markup&pathrev=PHP_4_4", - "php5news" => "http://cvs.php.net/viewcvs.cgi/php-src/NEWS?view=markup&pathrev=PHP_5_2", - "php6news" => "http://cvs.php.net/viewcvs.cgi/php-src/NEWS?view=markup&pathrev=HEAD", + "php4news" => "http://cvs.php.net/viewvc.cgi/php-src/NEWS?view=markup&pathrev=PHP_4_4", + "php5news" => "http://cvs.php.net/viewvc.cgi/php-src/NEWS?view=markup&pathrev=PHP_5_2", + "php6news" => "http://cvs.php.net/viewvc.cgi/php-src/NEWS?view=markup&pathrev=HEAD", "projects" => "http://freshmeat.net/browse/183/", "pear" => "http://pear.php.net/", "bugs" => "http://bugs.php.net/", diff --git a/sites.php b/sites.php index 3c6f61013..0467626d8 100644 --- a/sites.php +++ b/sites.php @@ -153,13 +153,13 @@ site_header("A Tourist's Guide"); process.
-The PHP project is organized with a CVS server, and this website is the web interface to it. There you can browse the history (and latest versions) of the source code for all of the PHP projects. For example, the php-src module is the + href="http://cvs.php.net/viewvc.cgi/php-src/">php-src module is the repository for the source code to the latest version of PHP itself.