Fix warning "Renderer command uses a path relative to the renderer output directory ..." (#1194)

This commit is contained in:
Frank Steffahn 2021-08-28 09:35:36 +02:00 committed by GitHub
parent c98c707872
commit bbd8062daa
1 changed files with 1 additions and 1 deletions

View File

@ -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