Update www.gnu.org links

This commit is contained in:
Chris Mayo 2023-05-11 19:22:36 +01:00
parent 6ada5d9517
commit 9e87bb38e7
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Check websites for broken links
Introduction
-------------
LinkChecker is a free, `GPL <http://www.gnu.org/licenses/gpl-2.0.html>`_
LinkChecker is a free, `GPL <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>`_
licensed website validator.
LinkChecker checks links in web documents or full websites.
It runs on Python 3 systems, requiring Python 3.8 or later.

View file

@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import unittest
import sys
from . import run_checked