Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 6839dc5

Browse files
authored
Fix warning "Renderer command uses a path relative to the renderer output directory ..." (rust-lang#1194)
1 parent 31241c7 commit 6839dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/book.toml

Lines changed: 1 addition & 1 deletion
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)