Update external links in man pages to https

This commit is contained in:
Chris Mayo 2020-04-24 19:46:30 +01:00
parent a205a3722b
commit e3b77f810e
4 changed files with 20 additions and 20 deletions

View file

@ -99,7 +99,7 @@ Output to a file \fBlinkchecker\-out.\fP\fITYPE\fP,
The \fIENCODING\fP specifies the output encoding, the default is
that of your locale.
Valid encodings are listed at
.UR http://docs.python.org/library/codecs.html#standard-encodings
.UR https://docs.python.org/library/codecs.html#standard-encodings
.UE .
.br
The \fIFILENAME\fP and \fIENCODING\fP parts of the \fBnone\fP output type
@ -127,7 +127,7 @@ below.
.br
The \fIENCODING\fP specifies the output encoding, the default is
that of your locale. Valid encodings are listed at
.UR http://docs.python.org/library/codecs.html#standard-encodings
.UR https://docs.python.org/library/codecs.html#standard-encodings
.UE .
.TP
\fB\-q\fP, \fB\-\-quiet\fP
@ -240,7 +240,7 @@ Log check result as machine-readable XML.
.TP
\fBsitemap\fP
Log check result as an XML sitemap whose protocol is documented at
.UR http://www.sitemaps.org/protocol.html
.UR https://www.sitemaps.org/protocol.html
.UE .
.TP
\fBsql\fP
@ -258,7 +258,7 @@ Logs nothing. Suitable for debugging or checking the exit code.
.SH REGULAR EXPRESSIONS
LinkChecker accepts Python regular expressions.
See
.UR http://docs.python.org/howto/regex.html
.UR https://docs.python.org/howto/regex.html
.UE
for an introduction.
@ -483,11 +483,11 @@ might slow down the program or even the whole system.
.br
\fBlinkchecker\-out.\fP\fITYPE\fP - default logger file output name
.br
.UR http://docs.python.org/library/codecs.html#standard-encodings
.UR https://docs.python.org/library/codecs.html#standard-encodings
.UE
\- valid output encodings
.br
.UR http://docs.python.org/howto/regex.html
.UR https://docs.python.org/howto/regex.html
.UE
\- regular expression documentation

View file

@ -189,7 +189,7 @@ below.
.br
The \fIENCODING\fP specifies the output encoding, the default is
that of your locale. Valid encodings are listed at
.UR http://docs.python.org/library/codecs.html#standard-encodings
.UR https://docs.python.org/library/codecs.html#standard-encodings
.UE .
.br
Command line option: \fB\-\-output\fP
@ -230,7 +230,7 @@ Command line option: none
.TP
\fBencoding=\fP\fISTRING\fP
Valid encodings are listed in
.UR http://docs.python.org/library/codecs.html#standard-encodings
.UR https://docs.python.org/library/codecs.html#standard-encodings
.UE .
.br
Default encoding is \fBiso\-8859\-15\fP.
@ -484,7 +484,7 @@ Configures the expiration warning time in days.
.SS \fB[HtmlSyntaxCheck]\fP
Check the syntax of HTML pages with the online W3C HTML validator.
See
.UR http://validator.w3.org/docs/api.html
.UR https://validator.w3.org/docs/api.html
.UE .
.SS \fB[HttpHeaderInfo]\fP
@ -497,7 +497,7 @@ to display all HTTP headers that start with "X-".
.SS \fB[CssSyntaxCheck]\fP
Check the syntax of HTML pages with the online W3C CSS validator.
See
.UR http://jigsaw.w3.org/css-validator/manual.html#expert
.UR https://jigsaw.w3.org/css-validator/manual.html#expert
.UE .
.SS \fB[VirusCheck]\fP

View file

@ -124,7 +124,7 @@ linkchecker - command line client to check HTML documents and websites for
<i>FILENAME</i> if specified. The <i>ENCODING</i> specifies the output
encoding, the default is that of your locale. Valid encodings are listed
at
<a class="Lk" href="http://docs.python.org/library/codecs.html#standard-encodings">http://docs.python.org/library/codecs.html#standard-encodings</a>.
<a class="Lk" href="https://docs.python.org/library/codecs.html#standard-encodings">https://docs.python.org/library/codecs.html#standard-encodings</a>.
<br/>
The <i>FILENAME</i> and <i>ENCODING</i> parts of the <b>none</b> output type
will be ignored, else if the file already exists, it will be overwritten.
@ -146,7 +146,7 @@ linkchecker - command line client to check HTML documents and websites for
<br/>
The <i>ENCODING</i> specifies the output encoding, the default is that of
your locale. Valid encodings are listed at
<a class="Lk" href="http://docs.python.org/library/codecs.html#standard-encodings">http://docs.python.org/library/codecs.html#standard-encodings</a>.</dd>
<a class="Lk" href="https://docs.python.org/library/codecs.html#standard-encodings">https://docs.python.org/library/codecs.html#standard-encodings</a>.</dd>
<dt><b>-q</b>, <b>--quiet</b></dt>
<dd>Quiet operation, an alias for <b>-o none</b>. This is only useful with
<b>-F</b>.</dd>
@ -251,7 +251,7 @@ Note that by default only errors and warnings are logged. You should use the
<dd>Log check result as machine-readable XML.</dd>
<dt><b>sitemap</b></dt>
<dd>Log check result as an XML sitemap whose protocol is documented at
<a class="Lk" href="http://www.sitemaps.org/protocol.html">http://www.sitemaps.org/protocol.html</a>.</dd>
<a class="Lk" href="https://www.sitemaps.org/protocol.html">https://www.sitemaps.org/protocol.html</a>.</dd>
<dt><b>sql</b></dt>
<dd>Log check result as SQL script with INSERT commands. An example script to
create the initial SQL table is included as create.sql.</dd>
@ -267,7 +267,7 @@ Note that by default only errors and warnings are logged. You should use the
<h1 class="Sh" id="REGULAR_EXPRESSIONS"><a class="permalink" href="#REGULAR_EXPRESSIONS">REGULAR
EXPRESSIONS</a></h1>
LinkChecker accepts Python regular expressions. See
<a class="Lk" href="http://docs.python.org/howto/regex.html">http://docs.python.org/howto/regex.html</a>
<a class="Lk" href="https://docs.python.org/howto/regex.html">https://docs.python.org/howto/regex.html</a>
for an introduction.
<p class="Pp">An addition is that a leading exclamation mark negates the regular
expression.</p>
@ -495,10 +495,10 @@ LinkChecker consumes memory for each queued URL to check. With thousands of
<br/>
<b>linkchecker-out.</b><i>TYPE</i> - default logger file output name
<br/>
<a class="Lk" href="http://docs.python.org/library/codecs.html#standard-encodings">http://docs.python.org/library/codecs.html#standard-encodings</a>
<a class="Lk" href="https://docs.python.org/library/codecs.html#standard-encodings">https://docs.python.org/library/codecs.html#standard-encodings</a>
- valid output encodings
<br/>
<a class="Lk" href="http://docs.python.org/howto/regex.html">http://docs.python.org/howto/regex.html</a>
<a class="Lk" href="https://docs.python.org/howto/regex.html">https://docs.python.org/howto/regex.html</a>
- regular expression documentation
<p class="Pp"></p>
</section>

View file

@ -201,7 +201,7 @@ The default file location is <b>~/.linkchecker/linkcheckerrc</b> on Unix,
<br/>
The <i>ENCODING</i> specifies the output encoding, the default is that of
your locale. Valid encodings are listed at
<a class="Lk" href="http://docs.python.org/library/codecs.html#standard-encodings">http://docs.python.org/library/codecs.html#standard-encodings</a>.
<a class="Lk" href="https://docs.python.org/library/codecs.html#standard-encodings">https://docs.python.org/library/codecs.html#standard-encodings</a>.
<br/>
Command line option: <b>--output</b></dd>
<dt><b>quiet=</b>[<b>0</b>|<b>1</b>]</dt>
@ -239,7 +239,7 @@ The default file location is <b>~/.linkchecker/linkcheckerrc</b> on Unix,
Command line option: none</dd>
<dt><b>encoding=</b><i>STRING</i></dt>
<dd>Valid encodings are listed in
<a class="Lk" href="http://docs.python.org/library/codecs.html#standard-encodings">http://docs.python.org/library/codecs.html#standard-encodings</a>.
<a class="Lk" href="https://docs.python.org/library/codecs.html#standard-encodings">https://docs.python.org/library/codecs.html#standard-encodings</a>.
<br/>
Default encoding is <b>iso-8859-15</b>.</dd>
<dt><i>color*</i></dt>
@ -544,7 +544,7 @@ Check SSL certificate expiration date. Only internal https: links will be
<section class="Ss">
<h2 class="Ss" id="_fB_HtmlSyntaxCheck__fP"><a class="permalink" href="#_fB_HtmlSyntaxCheck__fP"><b>[HtmlSyntaxCheck]</b></a></h2>
Check the syntax of HTML pages with the online W3C HTML validator. See
<a class="Lk" href="http://validator.w3.org/docs/api.html">http://validator.w3.org/docs/api.html</a>.
<a class="Lk" href="https://validator.w3.org/docs/api.html">https://validator.w3.org/docs/api.html</a>.
<p class="Pp"></p>
</section>
<section class="Ss">
@ -561,7 +561,7 @@ Print HTTP headers in URL info.
<section class="Ss">
<h2 class="Ss" id="_fB_CssSyntaxCheck__fP"><a class="permalink" href="#_fB_CssSyntaxCheck__fP"><b>[CssSyntaxCheck]</b></a></h2>
Check the syntax of HTML pages with the online W3C CSS validator. See
<a class="Lk" href="http://jigsaw.w3.org/css-validator/manual.html#expert">http://jigsaw.w3.org/css-validator/manual.html#expert</a>.
<a class="Lk" href="https://jigsaw.w3.org/css-validator/manual.html#expert">https://jigsaw.w3.org/css-validator/manual.html#expert</a>.
<p class="Pp"></p>
</section>
<section class="Ss">