From a5dcbddab4afcfdb191d3eaef8d958f69006ed94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A7=80=EC=A7=80=20=E1=9A=A0=D7=93=20=28Jiji=20Freya=20D?= =?UTF-8?q?aniel=29=20Maslowski?= Date: Wed, 3 Jun 2026 19:32:47 +0200 Subject: [PATCH] Recommend linkcheck2 fork MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the addition of admonitions in 0.5.0, linkcheck broke, and the PR to fix it has been open for a good while. See: - - Signed-off-by: 지지 ᚠד (Jiji Freya Daniel) Maslowski --- guide/src/continuous-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/continuous-integration.md b/guide/src/continuous-integration.md index a0b117501a..96c79e5853 100644 --- a/guide/src/continuous-integration.md +++ b/guide/src/continuous-integration.md @@ -74,11 +74,11 @@ Some services have Rust pre-installed, but if your service does not, you will ne Other than making sure the appropriate version of Rust is installed, there's not much more than just running `mdbook test` from the book directory. -You may also want to consider running other kinds of tests, like [mdbook-linkcheck] which will check for broken links. +You may also want to consider running other kinds of tests, like [mdbook-linkcheck2] which will check for broken links. Or if you have your own style checks, spell checker, or any other tests it might be good to run them in CI. [`mdbook test`]: cli/test.md -[mdbook-linkcheck]: https://github.com/Michael-F-Bryan/mdbook-linkcheck#continuous-integration +[mdbook-linkcheck2]: https://github.com/marxin/mdbook-linkcheck2#continuous-integration ## Deploying