Skip to content

Commit 9105c24

Browse files
Minor tweaks.
1 parent 7ceaed4 commit 9105c24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ <h1>Web-based checking with vnu.war or vnu.jar</h1>
77
<p>The Nu Markup Checker— along with being usable as
88
<a href="http://validator.github.io/#usage">a standalone command-line client</a>
99
can be run as an HTTP service, similar to
10-
<a href="http://html5.validator.nu/">html5.validator.nu/</a>
10+
<a href="http://html5.validator.nu/">html5.validator.nu</a>
1111
and
12-
<a href="http://validator.w3.org/nu/">validator.w3.org/nu/</a>,
12+
<a href="http://validator.w3.org/nu/">validator.w3.org/nu</a>,
1313
for browser-based checking of HTML documents over
1414
the Web.
1515
To that end, the checker is released as two separate packages:
@@ -60,7 +60,7 @@ <h2>Standalone web server</h2>
6060
replace <code class=arg>8888</code> with the port number.)
6161

6262
<p>You’ll see a form similar to
63-
<a href="http://validator.w3.org/nu/">validator.w3.org/nu/</a>
63+
<a href="http://validator.w3.org/nu/">validator.w3.org/nu</a>
6464
that allows you to enter the URL of an HTML document and have the
6565
results for that document displayed in the browser.
6666

0 commit comments

Comments
 (0)