From 5de3920f6c40b2f698b2a65b593aecb1dae19f86 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Thu, 12 Aug 2021 19:28:50 +0100 Subject: [PATCH] Fix broken external links in documentation --- CONTRIBUTING.rst | 2 +- linkcheck/robotparser2.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f3804df1..64c33942 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 `__. The + Construction Contract `__. The document was found to be a little too complex and hard to read and wasn’t adopted in its entirety. See this `discussion `__ diff --git a/linkcheck/robotparser2.py b/linkcheck/robotparser2.py index 1d827d76..59974ada 100644 --- a/linkcheck/robotparser2.py +++ b/linkcheck/robotparser2.py @@ -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