- From: Mercurial notifier <nobody@w3.org>
- Date: Tue, 23 Jun 2015 06:00:35 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 420:720857fe2fb0
tag: tip
user: Denis Ah-Kang <denis@w3.org>
date: Tue Jun 23 09:59:37 2015 +0400
files: bin/checklink
description:
fix doc link
diff -r e3679807fdb8 -r 720857fe2fb0 bin/checklink
--- a/bin/checklink Mon Jun 22 12:36:43 2015 -0400
+++ b/bin/checklink Tue Jun 23 09:59:37 2015 +0400
@@ -9,7 +9,7 @@
# http://www.w3.org/Consortium/Legal/copyright-software
#
# The documentation is at:
-# http://validator.w3.org/docs/checklink.html
+# http://validator.w3.org/checklink/docs/checklink.html
#
# See the Mercurial interface at:
# http://dvcs.w3.org/hg/link-checker/
@@ -388,7 +388,7 @@
$Cfg{Markup_Validator_URI} ||= 'http://validator.w3.org/check?uri=%s';
$Cfg{CSS_Validator_URI} ||=
'http://jigsaw.w3.org/css-validator/validator?uri=%s';
- $Cfg{Doc_URI} ||= 'http://validator.w3.org/docs/checklink.html';
+ $Cfg{Doc_URI} ||= 'http://validator.w3.org/checklink/docs/checklink.html';
$Cfg{Doc_Base_URI} ||= '/checklink/docs/';
$Cfg{Doc_Images_URI} ||= '/checklink/images/';
Received on Tuesday, 23 June 2015 06:00:38 UTC