mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Fix broken external links in documentation
This commit is contained in:
parent
f395c74aac
commit
5de3920f6c
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ As an exception to this rule, this specific document cannot be changed
|
|||
without the consensus of all administrators of the project.
|
||||
|
||||
Note: Those guidelines were inspired by the `Collective Code
|
||||
Construct Contract <https://rfc.zeromq.org/spec:42/C4/>`__. The
|
||||
Construction Contract <https://rfc.zeromq.org/spec/42/>`__. The
|
||||
document was found to be a little too complex and hard to read and
|
||||
wasn’t adopted in its entirety. See this
|
||||
`discussion <https://github.com/zeromq/rfc/issues?utf8=%E2%9C%93&q=author%3Aanarcat%20>`__
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
Robots.txt parser.
|
||||
|
||||
The robots.txt Exclusion Protocol is implemented as specified in
|
||||
http://www.robotstxt.org/wc/norobots-rfc.html
|
||||
https://www.robotstxt.org/norobots-rfc.txt
|
||||
"""
|
||||
import time
|
||||
import urllib.parse
|
||||
|
|
|
|||
Loading…
Reference in a new issue