summaryrefslogtreecommitdiffstats
path: root/htdocs/docs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-xhtdocs/docs/help.html8
-rwxr-xr-xhtdocs/docs/users.html4
2 files changed, 6 insertions, 6 deletions
diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html
index ff780cd..3621fdf 100755
--- a/htdocs/docs/help.html
+++ b/htdocs/docs/help.html
@@ -100,7 +100,7 @@ mailing-list.</p>
and the validator accepted it!</a>
</li>
<li>
- <a href="#faq-referer">/check/referer does not work</a> or the validator says it does not support
+ <a href="#faq-referer">/check?uri=referer does not work</a> or the validator says it does not support
my <a href="#faq-referer">"undefined" URL scheme</a>
</li>
<li><a href="#faq-batchvalidation">Can the validator check all the pages in my site in one batch?</a></li>
@@ -345,7 +345,7 @@ mailing-list.</p>
</p>
<pre>
&lt;p&gt;
- &lt;a href="http://validator.w3.org/check/referer"&gt;&lt;img
+ &lt;a href="http://validator.w3.org/check?uri=referer"&gt;&lt;img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" /&gt;&lt;/a&gt;
&lt;/p&gt;
@@ -499,7 +499,7 @@ of WDG's excellent
<a href="http://www.w3.org/TR/html4/appendix/notes.html#h-B.3.7">is not recommended</a>.
</p>
- <h4 id="faq-referer">/check/referer does not work - or - the validator says it does not support
+ <h4 id="faq-referer">/check?uri=referer does not work - or - the validator says it does not support
my "undefined" URL scheme</h4>
<p>Browsers and other Web agents usually send information about the page they come from, in a
@@ -518,7 +518,7 @@ of WDG's excellent
<code>http://validator.w3.org/check?uri=</code>. Otherwise, check the address you have given the validator.</li>
<li>The validator can not fix this issue. You will have to (ask your administrator to) reconfigure
whichever zealous software is stripping this referrer info.</li>
- <li>If you have a link on your page using the "/check/referer" feature, you could replace them with the
+ <li>If you have a link on your page using the "/check?uri=referer" feature, you could replace them with the
a link to the validator without this feature, e.g. <code>http://validator.w3.org/check?uri=http://www.example.com</code></li>
<li>If you have no control over the page or annoying software, simply append the address of the page you wanted validated
to the <code>http://validator.w3.org/check?uri=</code> address.</li>
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html
index 6afd1e9..c1a6e42 100755
--- a/htdocs/docs/users.html
+++ b/htdocs/docs/users.html
@@ -89,8 +89,8 @@
&lt;<a href="http://validator.w3.org/check">http://validator.w3.org/check</a>&gt;.
</p>
<p>
- If you call the CGI program with extra path info matching "/referer"
- (i.e. &lt;<a href="http://validator.w3.org/check/referer">http://validator.w3.org/check/referer</a>&gt;)
+ If you call the CGI program with the "uri=referer" query string parameter
+ (i.e. &lt;<a href="http://validator.w3.org/check?uri=referer">http://validator.w3.org/check?uri=referer</a>&gt;)
it will fetch the referring document and validate that. This means that
if you embed a link to that URL in your pages, following on that link
will send you the validation results for that page.