Skip to content

Commit bd55ade

Browse files
tweaks
1 parent 050a67d commit bd55ade

File tree

2 files changed

+18
-25
lines changed

2 files changed

+18
-25
lines changed

README.md

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,34 @@ repositories][4]. The checker is released as two separate packages:
1010
[3]: http://validator.w3.org
1111
[4]: https://github.com/validator/
1212

13-
* `vnu.jar` is a portable standalone version for batch-checking documents from
14-
the command line and from other scripts/apps, or for [deploying the checker as
15-
a self-contained service][5]
13+
* `vnu.jar` is a portable standalone version for [batch-checking documents
14+
from the command line][5] and from other scripts/apps, or for [deploying the
15+
checker as a self-contained service][6]
1616

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

20-
[5]: http://validator.github.io/service.html#standalone
21-
[6]: http://validator.github.io/service.html#servlet
20+
[5]: http://validator.github.io/#usage
21+
[6]: http://validator.github.io/service.html#standalone
22+
[7]: http://validator.github.io/service.html#servlet
2223

23-
To use the Nu Markup Checker on your own, [get the latest release][7] and see
24+
To use the Nu Markup Checker on your own, [get the latest release][8] and see
2425
the **Usage** section below— or alternatively, consider automating your HTML
2526
checking with a frontend such as:
2627

27-
[7]: https://github.com/validator/validator.github.io/releases/latest
28+
[8]: https://github.com/validator/validator.github.io/releases/latest
2829

29-
* [Grunt plugin for HTML validation][8]
30+
* [Grunt plugin for HTML validation][9]
3031

31-
* [HTML5 Validator Integration for Travis CI][9] (auto-check documents pushed
32+
* [HTML5 Validator Integration for Travis CI][10] (auto-check documents pushed
3233
to a github repo)
3334

34-
* [LMVTFY: Let Me Validate That For You][10] (auto-check HTML of
35+
* [LMVTFY: Let Me Validate That For You][11] (auto-check HTML of
3536
JSFiddle/JSBin etc. links in github issue comments)
3637

37-
[8]: https://github.com/jzaefferer/grunt-html
38-
[9]: https://github.com/svenkreiss/html5validator
39-
[10]: https://github.com/cvrebert/lmvtfy/
38+
[9]: https://github.com/jzaefferer/grunt-html
39+
[10]: https://github.com/svenkreiss/html5validator
40+
[11]: https://github.com/cvrebert/lmvtfy/
4041

4142
## Usage
4243

@@ -96,9 +97,9 @@ executable provides the following options:
9697
possible values: "gnu", "xml", "json", "text"
9798

9899
see also:
99-
[wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][11]
100+
[wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][12]
100101

101-
[11]: https://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
102+
[12]: https://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
102103

103104
#### --help
104105

@@ -130,8 +131,3 @@ executable provides the following options:
130131

131132
Shows the vnu.jar version number.
132133

133-
To provide browser-based checking of documents over the Web, see [Web-based
134-
checking with vnu.war or vnu.jar][12].
135-
136-
[12]: http://validator.github.io/service.html
137-

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>The Nu Markup Checker (v.Nu)</h1>
1616
The checker is released as two separate packages:
1717
<ul>
1818
<li><code>vnu.jar</code> is a portable standalone version for
19-
<a href="#usage">batch-checking documents from the command line</a>
19+
<a href="http://validator.github.io/#usage">batch-checking documents from the command line</a>
2020
and from other scripts/apps, or for
2121
<a href="http://validator.github.io/service.html#standalone">deploying the checker as a self-contained service</a>
2222
<li><code>vnu.war</code> is for
@@ -152,7 +152,4 @@ <h4 id="version">--version</h4>
152152
</pre>
153153
</section>
154154
</div>
155-
156-
<p>To provide browser-based checking of documents over the Web, see
157-
<a href="http://validator.github.io/service.html">Web-based checking with vnu.war or vnu.jar</a>.
158155
</p>

0 commit comments

Comments
 (0)