From 32a3fe3acdb0890aef887bf599f4f8047fe6e455 Mon Sep 17 00:00:00 2001 From: nt54hamnghi Date: Fri, 1 May 2026 18:03:58 -0400 Subject: [PATCH] Update to use mdbook-linkcheck2 --- README.md | 2 +- book.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e065814..93d8e97a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The async book is built with [`mdbook`] ([docs](https://rust-lang.github.io/mdBo ``` cargo install mdbook -cargo install mdbook-linkcheck +cargo install mdbook-linkcheck2 ``` [`mdbook`]: https://github.com/rust-lang/mdBook diff --git a/book.toml b/book.toml index 4520ddb1..ff305e3a 100644 --- a/book.toml +++ b/book.toml @@ -9,7 +9,7 @@ create-missing = false git-repository-url = "https://github.com/rust-lang/async-book" site-url = "/async-book/" -[output.linkcheck] +[output.linkcheck2] follow-web-links = true traverse-parent-directories = false exclude = [ 'blog\.cloudflare\.com' ]