From 48a6ccf6c20c46d63f27bcda676f06640227bddf Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Fri, 19 Jun 2020 14:16:25 +0200
Subject: use w3c-linkchecker (not linkchecker: badly maintained in
 testing/unstable currently)

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index cd21f72..0137e88 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Depends: myrepos git mkdocs linkchecker libtext-hogan-perl
+# Depends: myrepos git mkdocs w3c-linkchecker libtext-hogan-perl
 
 domain ?= example.org
 shellhost ?= shell.$(domain)
@@ -20,7 +20,7 @@ all: doc
 
 doc: docs $(patsubst %,docs/%,$(subst -,/,$(notdir $(wildcard source/*))))
 	mkdocs build
-	linkchecker site/index.html
+	checklink site/index.html
 
 docs:
 	mkdir -p docs
-- 
cgit v1.2.3