- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 30 Jun 2006 04:56:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv18959
Modified Files:
api.html
Log Message:
avoiding extra negotiation with jigsaw...
Index: api.html
===================================================================
RCS file: /sources/public/2002/css-validator/api.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- api.html 15 Jun 2006 11:21:08 -0000 1.5
+++ api.html 30 Jun 2006 04:56:12 -0000 1.6
@@ -48,7 +48,7 @@
<h3 id="requestformat">Validation Request Format</h3>
<p>The documentation on how to create a custom request to the CSS validation service is available,
-with a table of all existing parameters and their values, in the <a href="manual">User Manual</a>.</p>
+with a table of all existing parameters and their values, in the <a href="manual.html">User Manual</a>.</p>
<h3 id="soap12format">SOAP format description</h3>
@@ -217,13 +217,13 @@
<ul class="navbar" id="menu">
<li><strong><a href="./" title="Home page for the W3C CSS Validation Service">Home</a></strong> <span class="hideme">|</span></li>
- <li><a href="about" title="About this service">About</a> <span class="hideme">|</span></li>
+ <li><a href="about.html" title="About this service">About</a> <span class="hideme">|</span></li>
- <li><a href="documentation" title="Documentation for the W3C CSS Validation Service">Documentation</a> <span class="hideme">|</span></li>
- <li><a href="DOWNLOAD" title="Download the CSS validator">Download</a> <span class="hideme">|</span></li>
+ <li><a href="documentation.html" title="Documentation for the W3C CSS Validation Service">Documentation</a> <span class="hideme">|</span></li>
+ <li><a href="DOWNLOAD.html" title="Download the CSS validator">Download</a> <span class="hideme">|</span></li>
- <li><a href="Email" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span></li>
- <li><a href="thanks" title="Credits and Acknowlegments">Credits</a><span class="hideme">|</span></li>
+ <li><a href="Email.html" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span></li>
+ <li><a href="thanks.html" title="Credits and Acknowlegments">Credits</a><span class="hideme">|</span></li>
</ul>
Received on Friday, 30 June 2006 04:56:24 UTC