Skip to content

Commit a94c6a3

Browse files
Minor edits.
1 parent c08fd31 commit a94c6a3

File tree

2 files changed

+21
-25
lines changed

2 files changed

+21
-25
lines changed

README.md

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,35 @@
11
# The Nu Markup Checker
22

3-
The Nu Markup Checker is the backend behind [http://validator.nu][1],
4-
[http://html5.validator.nu][2], [http://validator.w3.org/nu/][3], and the HTML5
5-
facet of the [W3C Validator][4]. Its source code is available from [a set of
6-
repositories hosted at github][5], as is `vnu.jar`, a portable standalone
7-
version for either batch validation of HTML documents directly from the command
8-
line and from other scripts/apps or as a simple stand-alone HTTP server that
9-
provides a service for browser-based checking of HTML documents over the
10-
Web—similar to [http://html5.validator.nu][2], [http://validator.w3.org/nu/][3],
11-
etc.
12-
13-
[1]: http://validator.nu
14-
[2]: http://html5.validator.nu
15-
[3]: http://validator.w3.org/nu/
16-
[4]: http://validator.w3.org
17-
[5]: https://github.com/validator/
3+
The Nu Markup Checker is the backend behind [http://html5.validator.nu][1],
4+
[http://validator.w3.org/nu/][2], and the HTML5 facet of the [W3C Validator][3].
5+
Its source code is available from [a set of repositories hosted at github][4],
6+
as is `vnu.jar`, a portable standalone version for either batch validation of
7+
HTML documents directly from the command line and from other scripts/apps or as
8+
a simple stand-alone HTTP server that provides a service for browser-based
9+
checking of HTML documents over the Web—similar to
10+
[http://validator.w3.org/nu/][2], etc.
11+
12+
[1]: http://html5.validator.nu
13+
[2]: http://validator.w3.org/nu/
14+
[3]: http://validator.w3.org
15+
[4]: https://github.com/validator/
1816

1917
The easiest way to do things with the Nu Markup Checker on your own is to [get
20-
the latest vnu.jar release][6].
18+
the latest vnu.jar release][5].
2119

22-
[6]: https://github.com/validator/validator.github.io/releases/latest
20+
[5]: https://github.com/validator/validator.github.io/releases/latest
2321

2422
In the **Usage** section below are instructions on how to use `vnu.jar` to check
2523
the markup of documents.
2624

2725
**Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the
2826
`vnu.jar` file on your system.
2927

30-
Alternatively, there’s also now a [Grunt plugin for HTML validation][7] that
28+
Alternatively, there’s also now a [Grunt plugin for HTML validation][6] that
3129
uses `vnu.jar` as its backend. You can install that plugin with `npm install
3230
grunt-html --save-dev`.
3331

34-
[7]: https://github.com/jzaefferer/grunt-html
32+
[6]: https://github.com/jzaefferer/grunt-html
3533

3634
## Usage
3735

@@ -88,9 +86,9 @@ executable provides the following options:
8886
possible values: "gnu", "xml", "json", "text"
8987

9088
see also:
91-
[http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][8]
89+
[http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][7]
9290

93-
[8]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
91+
[7]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
9492

9593
#### --help
9694

@@ -124,7 +122,7 @@ executable provides the following options:
124122

125123
For details on how to provide browser-based checking of documents over the Web
126124
using either the `vnu.jar` package or an alternative `vnu.war` package that’s
127-
also available, see [Web-based checking with vnu.war or vnu.jar][9].
125+
also available, see [Web-based checking with vnu.war or vnu.jar][8].
128126

129-
[9]: http://validator.github.io/service.html
127+
[8]: http://validator.github.io/service.html
130128

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ <h1>The Nu Markup Checker</h1>
55

66
<p>
77
The Nu Markup Checker is the backend behind
8-
<a href="http://validator.nu">http://validator.nu</a>,
98
<a href="http://html5.validator.nu">http://html5.validator.nu</a>,
109
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>,
1110
and the HTML5 facet of the
@@ -18,7 +17,6 @@ <h1>The Nu Markup Checker</h1>
1817
from the command line and from other scripts/apps or as a simple
1918
stand-alone HTTP server that provides a service for browser-based checking
2019
of HTML documents over the Web—similar to
21-
<a href="http://html5.validator.nu">http://html5.validator.nu</a>,
2220
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>,
2321
etc.
2422

0 commit comments

Comments
 (0)