Skip to content

Commit 7ceaed4

Browse files
Normalize some URLs.
1 parent 7cd333e commit 7ceaed4

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# The Nu Markup Checker (v.Nu) [![Build Status](http://goo.gl/b6xEQs)](http://goo.gl/ehNisw)
22

33
The Nu Markup Checker (v.Nu) is a name for the backend of
4-
[http://html5.validator.nu][1], [http://validator.w3.org/nu/][2], and the HTML5
5-
facet of the legacy [W3C Validator][3]. Its source code is available from [a set
6-
of github repositories][4]. The checker is released as two separate packages:
4+
[html5.validator.nu][1], [validator.w3.org/nu][2], and the HTML5 facet of the
5+
legacy [W3C Validator][3]. Its source code is available from [a set of github
6+
repositories][4]. The checker is released as two separate packages:
77

88
[1]: http://html5.validator.nu
99
[2]: http://validator.w3.org/nu/
1010
[3]: http://validator.w3.org
1111
[4]: https://github.com/validator/
1212

1313
* `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
14+
the command line and from other scripts/apps, or for [deploying the checker as
1515
a self-contained service][5]
1616

1717
* `vnu.war` is for [deploying the checker service through a servlet container
@@ -96,9 +96,9 @@ executable provides the following options:
9696
possible values: "gnu", "xml", "json", "text"
9797

9898
see also:
99-
[http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][11]
99+
[wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][11]
100100

101-
[11]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
101+
[11]: https://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
102102

103103
#### --help
104104

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ <h1>The Nu Markup Checker (v.Nu)</h1>
66

77
<p>
88
The Nu Markup Checker (v.Nu) is a name for the backend of
9-
<a href="http://html5.validator.nu">http://html5.validator.nu</a>,
10-
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>,
9+
<a href="http://html5.validator.nu">html5.validator.nu</a>,
10+
<a href="http://validator.w3.org/nu/">validator.w3.org/nu</a>,
1111
and the HTML5 facet of the legacy
1212
<a href="http://validator.w3.org">W3C Validator</a>.
1313

@@ -17,7 +17,7 @@ <h1>The Nu Markup Checker (v.Nu)</h1>
1717
<ul>
1818
<li><code>vnu.jar</code> is a portable standalone version for
1919
<a href="#usage">batch-checking documents from the command line</a>
20-
and from other scripts/apps or for
20+
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
2323
<a href="http://validator.github.io/service.html#servlet">deploying the checker service through a servlet container such as Tomcat</a>
@@ -113,7 +113,7 @@ <h4 id="format">--format <var>format</var></h4>
113113

114114
possible values: <span class=option-value>"gnu"</span>, <span class=option-value>"xml"</span>, <span class=option-value>"json"</span>, <span class=option-value>"text"</span>
115115

116-
see also: <a href="http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out">http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out</a>
116+
see also: <a href="https://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out">wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out</a>
117117
</pre>
118118

119119
<h4 id="help">--help</h4>

service.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ <h1>Web-based checking with vnu.war or vnu.jar</h1>
77
<p>The Nu Markup Checker— along with being usable as
88
<a href="http://validator.github.io/#usage">a standalone command-line client</a>
99
can be run as an HTTP service, similar to
10-
<a href="http://html5.validator.nu/">http://html5.validator.nu/</a>
10+
<a href="http://html5.validator.nu/">html5.validator.nu/</a>
1111
and
12-
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>,
12+
<a href="http://validator.w3.org/nu/">validator.w3.org/nu/</a>,
1313
for browser-based checking of HTML documents over
1414
the Web.
1515
To that end, the checker is released as two separate packages:
@@ -60,7 +60,7 @@ <h2>Standalone web server</h2>
6060
replace <code class=arg>8888</code> with the port number.)
6161

6262
<p>You’ll see a form similar to
63-
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>
63+
<a href="http://validator.w3.org/nu/">validator.w3.org/nu/</a>
6464
that allows you to enter the URL of an HTML document and have the
6565
results for that document displayed in the browser.
6666

@@ -141,7 +141,7 @@ <h2>HTTP client (for fast command-line checking)</h2>
141141
</pre>
142142
</ol>
143143
To send documents to an instance of the checker on the Web, such as
144-
<a href="http://html5.validator.nu/">http://html5.validator.nu/</a>,
144+
<a href="http://html5.validator.nu/">html5.validator.nu/</a>,
145145
use the
146146
<a href="#nuvalidatorclienthost">nu.validator.client.host</a>
147147
and
@@ -172,8 +172,8 @@ <h3 id="http-client-options">HTTP client options</h3>
172172

173173
<p>Most of the properties listed below map to the validator.nu common input
174174
parameters documented at
175-
<a href="http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters"
176-
>http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters</a>.
175+
<a href="https://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters"
176+
>wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters</a>.
177177

178178
<h4 id="nuvalidatorclienthost">nu.validator.client.host</h4>
179179
<pre>
@@ -210,7 +210,7 @@ <h4 id="nuvalidatorclientparser">nu.validator.client.parser</h4>
210210

211211
default: <span class=option-value>"html"</span>; or, for *.xhtml input files, <span class=option-value>"xml"</span>
212212

213-
possible values: see <a href="http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#parser">http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#parser</a>
213+
possible values: see <a href="https://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#parser">wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#parser</a>
214214
</pre>
215215

216216
<h4 id="nuvalidatorclientcharset">nu.validator.client.charset</h4>
@@ -233,7 +233,7 @@ <h4 id="nuvalidatorclientout">nu.validator.client.out</h4>
233233

234234
default: "gnu"
235235

236-
possible values: see <a href="http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out">http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out</a>
236+
possible values: see <a href="https://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out">wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out</a>
237237
</pre>
238238

239239
<h4 id="nuvalidatorclientasciiquotes">nu.validator.client.asciiquotes</h4>

0 commit comments

Comments
 (0)