Skip to content

Commit 7f90a17

Browse files
Updated.
1 parent edb2b29 commit 7f90a17

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# How to use the vnu.jar validator
22

3-
The `vnu.jar` application is a portable standalone version of the
4-
[validator.nu][1] validator. The [latest version][2] is available from the
5-
[validator area at github][3]. The following are instructions on how to use it
6-
to validate documents.
3+
The `vnu.jar` application is a portable standalone version of the validator.nu
4+
validator. The [latest version][1] is available from the validator area at
5+
github. The following are instructions on how to use it to validate documents.
76

8-
[1]: http://about.validator.nu/
9-
[2]: https://github.com/validator/validator.github.io/releases
10-
[3]: https://github.com/validator/validator.github.io/
7+
[1]: https://github.com/validator/validator.github.io/releases
118

129
**Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the
1310
`vnu.jar` file on your system.
@@ -61,9 +58,9 @@ executable provides the following options:
6158
possible values: "gnu", "xml", "json", "text"
6259

6360
see also:
64-
[http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][4]
61+
[http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][2]
6562

66-
[4]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
63+
[2]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
6764

6865
#### --html
6966

@@ -92,9 +89,9 @@ executable provides the following options:
9289

9390
For details on using the `vnu.jar` validator to provide validation of HTML
9491
documents over the Web (in a Web browser, as an HTTP service), see [How to use
95-
the vnu.jar validator for Web-based validation][5].
92+
the vnu.jar validator for Web-based validation][3].
9693

97-
[5]: http://validator.github.io/web-based-usage.html
94+
[3]: http://validator.github.io/web-based-usage.html
9895

9996
For more information... sources bugz etc.
10097

index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@
44
<h1>How to use the vnu.jar validator</h1>
55

66
<p>The <code>vnu.jar</code> application is a portable standalone
7-
version of the
8-
<a href="http://about.validator.nu/">validator.nu</a>
9-
validator. The
7+
version of the validator.nu validator. The
108
<a href="https://github.com/validator/validator.github.io/releases"
119
>latest version</a>
12-
is available from the
13-
<a href="https://github.com/validator/validator.github.io/"
14-
>validator area at github</a>.
10+
is available from the validator area at github.
1511
The following are instructions on how to use it to validate documents.
1612

1713
<p class=note><b>Note:</b> In the instructions, replace

0 commit comments

Comments
 (0)