- From: Ville Skytta <ville@hutz.w3.org>
- Date: Thu, 06 May 2004 18:25:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv25740/httpd/cgi-bin
Modified Files:
Tag: validator-0_6_0-branch
check
Log Message:
Use relative URLs (and do not link to qa-dev in the first place).
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.105
retrieving revision 1.305.2.106
diff -u -d -r1.305.2.105 -r1.305.2.106
--- check 6 May 2004 16:23:58 -0000 1.305.2.105
+++ check 6 May 2004 18:25:41 -0000 1.305.2.106
@@ -1039,7 +1039,7 @@
$thispage .= ';No200=1' if $File->{Opt}->{'No200'};
# end redundant code
print <<".EOF.";
- <p><a href='http://qa-dev.w3.org/wmvs/0.6/docs/users.html#Options'>Help</a> on the options is available.
+ <p><a href="docs/users.html#Options">Help</a> on the options is available.
<a href="$thispage;verbose=1">Verbose output</a> will give you explanations in addition to the error messages.
.EOF.
print qq( </fieldset>\n);
Received on Thursday, 6 May 2004 14:26:07 UTC