@@ -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
2425the ** Usage** section below— or alternatively, consider automating your HTML
2526checking 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-
0 commit comments