From 7f8f19fd97abf571107b002c17cff3133b7993e9 Mon Sep 17 00:00:00 2001 From: Frank Steffahn Date: Sat, 28 Aug 2021 09:35:36 +0200 Subject: [PATCH] Fix warning "Renderer command uses a path relative to the renderer output directory ..." (#1194) --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index fb09c804..f53ed45f 100644 --- a/book.toml +++ b/book.toml @@ -19,7 +19,7 @@ enable = true level = 0 [output.linkcheck] -command = "../../ci/linkcheck.sh" +command = "ci/linkcheck.sh" follow-web-links = true exclude = [ "crates\\.io", "gcc\\.godbolt\\.org", "youtube\\.com", "youtu\\.be", "dl\\.acm\\.org", "cs\\.bgu\\.ac\\.il", "www\\.amazon\\.com", "www\\.rustaceans\\.org", "play\\.rust-lang\\.org" ] cache-timeout = 86400