Skip to content

Commit 2150c2a

Browse files
editorial
1 parent 96a3984 commit 2150c2a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ of github repositories][4]. The checker is released as two separate packages:
1212

1313
* `vnu.jar` is a portable standalone version for either batch-checking of HTML
1414
documents directly from the command line and from other scripts/apps or for
15-
[deploying the checker as a simple standalone HTTP service][5]
15+
[deploying the checker as a simple self-contained service][5]
1616

17-
* `vnu.war` is for [deploying the checker as an HTTP service through a servlet
18-
container such as Tomcat][6]
17+
* `vnu.war` is for [deploying the checker service through a servlet container
18+
such as Tomcat][6]
1919

2020
[5]: http://validator.github.io/service.html#standalone
2121
[6]: http://validator.github.io/service.html#servlet

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ <h1>The Nu Markup Checker (v.Nu)</h1>
1818
<li><code>vnu.jar</code> is a portable standalone version for either
1919
<a href="#usage">batch-checking of HTML documents directly from the command line</a>
2020
and from other scripts/apps or for
21-
<a href="http://validator.github.io/service.html#standalone">deploying the checker as a simple standalone HTTP service</a>
21+
<a href="http://validator.github.io/service.html#standalone">deploying the checker as a simple self-contained service</a>
2222
<li><code>vnu.war</code> is for
23-
<a href="http://validator.github.io/service.html#servlet">deploying the checker as an HTTP service through a servlet container such as Tomcat</a>
23+
<a href="http://validator.github.io/service.html#servlet">deploying the checker service through a servlet container such as Tomcat</a>
2424
</ul>
2525

2626
<p>

0 commit comments

Comments
 (0)