From ccc9753aabf25cd48d5bb1dfc00b90e4e250382f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Sat, 5 Dec 2020 14:20:37 -0500
Subject: [PATCH] a tool that can check markdown files

---
 service/documentation.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/service/documentation.md b/service/documentation.md
index 896cff34..71e9fbef 100644
--- a/service/documentation.md
+++ b/service/documentation.md
@@ -381,6 +381,8 @@ GitLab wikis.
  * [languagetool](https://www.languagetool.org/): Grammar, Style and Spell Checker
  * [anorack](https://github.com/jwilk/anorack): spots errors based on phonemes
  * [redpen](https://redpen.cc/): huge JAR, can be noisy
+ * [linkchecker](https://github.com/linkchecker/linkchecker/): can check links in HTML (anarcat is one of the
+   maintainers), has many alternatives, see for example [lychee](https://github.com/lycheeverse/lychee)
 
 See also [this LWN article](https://lwn.net/Articles/822969/).
 
-- 
GitLab