mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-21 22:54:45 +00:00
Update external links in linkchecker
This commit is contained in:
parent
37e4981089
commit
6790207cf2
1 changed files with 3 additions and 3 deletions
|
|
@ -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},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue