mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Update www.gnu.org links
This commit is contained in:
parent
6ada5d9517
commit
9e87bb38e7
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue