1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Update links

This commit is contained in:
Hannes Magnusson
2007-06-07 12:58:02 +00:00
parent 2e7fc08f3c
commit bf3264687e
2 changed files with 5 additions and 5 deletions

View File

@@ -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/",

View File

@@ -153,13 +153,13 @@ site_header("A Tourist's Guide");
process.
</p>
<h2><a href="http://cvs.php.net/viewcvs.cgi/">cvs.php.net</a>: CVS Repository</h2>
<h2><a href="http://cvs.php.net/viewvc.cgi/">cvs.php.net</a>: CVS Repository</h2>
<p>
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 <a
href="http://cvs.php.net/viewcvs.cgi/php-src/">php-src</a> module is the
href="http://cvs.php.net/viewvc.cgi/php-src/">php-src</a> module is the
repository for the source code to the latest version of PHP itself.
</p>