Update external links in linkchecker

This commit is contained in:
Chris Mayo 2020-08-30 18:40:39 +01:00
parent 37e4981089
commit 6790207cf2

View file

@ -109,7 +109,7 @@ Setting a proxy on the Windows command prompt:
RegularExpressions = _(
"""REGULAR EXPRESSIONS
Only Python regular expressions are accepted by LinkChecker.
See http://www.amk.ca/python/howto/regex/ for an introduction in
See https://docs.python.org/howto/regex.html for an introduction in
regular expressions.
The only addition is that a leading exclamation mark negates
@ -325,7 +325,7 @@ group.add_argument(
"The ENCODING specifies the output encoding, the default is that of your\n"
"locale.\n"
"Valid encodings are listed at "
"http://docs.python.org/lib/standard-encodings.html.\n"
"https://docs.python.org/library/codecs.html#standard-encodings.\n"
"The FILENAME and ENCODING parts of the 'none' output type will be ignored,\n"
"else if the file already exists, it will be overwritten.\n"
"You can specify this option more than once. Valid file output types\n"
@ -358,7 +358,7 @@ group.add_argument(
"The ENCODING specifies the output encoding, the default is that of your\n"
"locale.\n"
"Valid encodings are listed at "
"http://docs.python.org/lib/standard-encodings.html."
"https://docs.python.org/library/codecs.html#standard-encodings."
)
% {"loggertypes": linkcheck.logger.LoggerKeys},
)