From 4ada9fc4038871e91a9090a4bf380a4e5c3a0fc6 Mon Sep 17 00:00:00 2001 From: Frank Steffahn Date: Fri, 27 Aug 2021 21:51:37 +0200 Subject: [PATCH] Fix warning "Renderer command uses a path relative to the renderer output directory ..." --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index fb09c804e..f53ed45f6 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