link-checker commit: extra paste

changeset:   422:c06d5f14e2f2
tag:         tip
parent:      421:deea00eaeb6d
parent:      420:720857fe2fb0
user:        Ted Guild <ted@w3.org>
date:        Tue Jun 23 06:58:29 2015 -0400
files:       bin/checklink
description:
extra paste


diff -r deea00eaeb6d -r c06d5f14e2f2 bin/checklink
--- a/bin/checklink	Tue Jun 23 06:56:49 2015 -0400
+++ b/bin/checklink	Tue Jun 23 06:58:29 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/
@@ -376,7 +376,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 10:58:43 UTC