|
1 | 1 | # How to use the vnu.jar validator
|
2 | 2 |
|
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. |
7 | 6 |
|
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 |
11 | 8 |
|
12 | 9 | **Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the
|
13 | 10 | `vnu.jar` file on your system.
|
@@ -61,9 +58,9 @@ executable provides the following options:
|
61 | 58 | possible values: "gnu", "xml", "json", "text"
|
62 | 59 |
|
63 | 60 | 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] |
65 | 62 |
|
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 |
67 | 64 |
|
68 | 65 | #### --html
|
69 | 66 |
|
@@ -92,9 +89,9 @@ executable provides the following options:
|
92 | 89 |
|
93 | 90 | For details on using the `vnu.jar` validator to provide validation of HTML
|
94 | 91 | 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]. |
96 | 93 |
|
97 |
| - [5]: http://validator.github.io/web-based-usage.html |
| 94 | + [3]: http://validator.github.io/web-based-usage.html |
98 | 95 |
|
99 | 96 | For more information... sources bugz etc.
|
100 | 97 |
|
0 commit comments