- From: Ville Skytta <ville@hutz.w3.org>
- Date: Thu, 06 May 2004 19:07:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv7654/htdocs
Modified Files:
Tag: validator-0_6_0-branch
about.html whatsnew.html
Log Message:
Always use relative URL for source/.
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.34.2.18
retrieving revision 1.34.2.19
diff -u -d -r1.34.2.18 -r1.34.2.19
--- whatsnew.html 6 May 2004 06:49:09 -0000 1.34.2.18
+++ whatsnew.html 6 May 2004 19:07:14 -0000 1.34.2.19
@@ -332,7 +332,7 @@
<dd>
<p>Posted some new documents on the Web:</p>
<ul>
- <li><a href="http://validator.w3.org/source/">information on the source code</a></li>
+ <li><a href="source/">information on the source code</a></li>
<li><a href="todo.html">the to-do list for the service</a></li>
<li>
<a href="feedback.html">a page explaining how to give feedback</a>
@@ -344,7 +344,7 @@
<dt id="t1998-07-24">1998-07-24:</dt>
<dd>
<p>
- Made the <a href="http://validator.w3.org/source/">source code</a>
+ Made the <a href="source/">source code</a>
available via <a href="http://dev.w3.org/cvsweb/"><acronym
title="World Wide Web Consortium">W3C</acronym>'s public <acronym
title="Concurrent Versions System">CVS</acronym> tree</a>.
Index: about.html
===================================================================
RCS file: /sources/public/validator/htdocs/about.html,v
retrieving revision 1.18.2.9
retrieving revision 1.18.2.10
diff -u -d -r1.18.2.9 -r1.18.2.10
--- about.html 5 May 2004 23:36:06 -0000 1.18.2.9
+++ about.html 6 May 2004 19:07:14 -0000 1.18.2.10
@@ -23,7 +23,7 @@
</p>
<ul>
<li><a title="Source Code for The W3C Markup Validation Service"
- href="http://validator.w3.org/source/">Source code availability</a>.</li>
+ href="source/">Source code availability</a>.</li>
<li><a href="todo.html">The TODO list for The <acronym
title="World Wide Web Consortium">W3C</acronym>
Markup Validation Service</a>.</li>
Received on Thursday, 6 May 2004 15:07:34 UTC