- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:53 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 18:f46986ff0df3
user: ville
date: Sat Mar 27 09:51:19 2004 +0000
files: bin/checklink
description:
Update CVSweb interface URL.
diff -r 1fdc37d67779 -r f46986ff0df3 bin/checklink
--- a/bin/checklink Sat Mar 27 09:48:37 2004 +0000
+++ b/bin/checklink Sat Mar 27 09:51:19 2004 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2004 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 3.12 2004-03-27 09:48:37 ville Exp $
+# $Id: checklink,v 3.13 2004-03-27 09:51:19 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -14,7 +14,7 @@
# http://www.w3.org/2000/07/checklink
#
# See the CVSweb interface at:
-# http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/checklink.pl
+# http://dev.w3.org/cvsweb/perl/modules/W3C/LinkChecker/
#
# An online version is available at:
# http://validator.w3.org/checklink
@@ -92,7 +92,7 @@
$PROGRAM = 'W3C checklink';
($AGENT = $PROGRAM) =~ s/\s+/-/g;
$VERSION = '3.9.1';
- ($CVS_VERSION) = q$Revision: 3.12 $ =~ /(\d+[\d\.]*\.\d+)/;
+ ($CVS_VERSION) = q$Revision: 3.13 $ =~ /(\d+[\d\.]*\.\d+)/;
$REVISION = sprintf('version %s [%s] (c) 1999-2004 W3C',
$VERSION, $CVS_VERSION);
Received on Thursday, 5 August 2010 14:47:00 UTC