From bf3264687e60a5d5604a409bb60e49cde58c3201 Mon Sep 17 00:00:00 2001
From: Hannes Magnusson
Date: Thu, 7 Jun 2007 12:58:02 +0000
Subject: [PATCH] Update links
---
error.php | 6 +++---
sites.php | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
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.