From e2b3b1b11b560df5f3a5eba33d97979542fb9997 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:53:32 +0200 Subject: [PATCH] Makefile: update i18n helpers, switch to linkcheck2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The update is necessary to accomodate for mdbook 0.5.0. The fork is necessary for 0.5.0 as well, because the original is no longer maintained, as it seems. TODO: Adjust GitHub CI, but that requires the Action to align. See: https://github.com/jontze/action-mdbook/issues/671 Signed-off-by: 지지 ᚠד (Jiji Freya Daniel) Maslowski --- Makefile | 4 ++-- book.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e7e4525..1fa7c24 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,10 @@ run: mdbook serve prepare_i18n: - cargo install mdbook-i18n-helpers --locked --version 0.3.4 + cargo install mdbook-i18n-helpers --locked --version 0.4.0 prepare: prepare_i18n cargo install mdbook cargo install mdbook-mermaid mdbook-mermaid install - cargo install mdbook-linkcheck + cargo install mdbook-linkcheck2 diff --git a/book.toml b/book.toml index 1302313..4b127e2 100644 --- a/book.toml +++ b/book.toml @@ -18,7 +18,7 @@ additional-js = [ [build] extra-watch-dirs = ["po"] -[output.linkcheck] +[output.linkcheck2] [preprocessor]