summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhtdocs/source/index.html5
-rw-r--r--misc/bundle/META.yml2
-rw-r--r--misc/bundle/Makefile.PL2
3 files changed, 4 insertions, 5 deletions
diff --git a/htdocs/source/index.html b/htdocs/source/index.html
index 8b3d7a9..a529d4e 100755
--- a/htdocs/source/index.html
+++ b/htdocs/source/index.html
@@ -136,9 +136,8 @@
</p>
<p>
For instructions on how to retrieve the code using Mercurial,
- see the "markup-validator" entry in our
- <a href="http://dvcs.w3.org/hg/">web-based interface to the
- repository.</a>
+ see our <a href="http://dvcs.w3.org/hg/markup-validator/">web-based
+ interface to the repository.</a>
</p>
<h3><a id="using" name="using"></a>Using the code</h3>
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml
index 9f59bfc..05296f0 100644
--- a/misc/bundle/META.yml
+++ b/misc/bundle/META.yml
@@ -45,7 +45,7 @@ resources:
bugtracker: http://www.w3.org/Bugs/Public/
homepage: http://validator.w3.org/
MailingList: http://lists.w3.org/Archives/Public/www-validator/
- repository: http://dvcs.w3.org/hg/
+ repository: http://dvcs.w3.org/hg/markup-validator/
no_index:
directory:
- t
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
index 3abb27c..feb9afb 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -50,7 +50,7 @@ WriteMakefile(
resources => {
homepage => 'http://validator.w3.org/',
bugtracker => 'http://www.w3.org/Bugs/Public/',
- repository => 'http://dvcs.w3.org/hg/',
+ repository => 'http://dvcs.w3.org/hg/markup-validator/',
MailingList =>
'http://lists.w3.org/Archives/Public/www-validator/',
},