Skip to content

Commit 7f8f19f

Browse files
authored
Fix warning "Renderer command uses a path relative to the renderer output directory ..." (#1194)
1 parent 0e5be8a commit 7f8f19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enable = true
1919
level = 0
2020

2121
[output.linkcheck]
22-
command = "../../ci/linkcheck.sh"
22+
command = "ci/linkcheck.sh"
2323
follow-web-links = true
2424
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" ]
2525
cache-timeout = 86400

0 commit comments

Comments
 (0)