Fix warning "Renderer command uses a path relative to the renderer output directory ..." (#1194)
This commit is contained in:
parent
c98c707872
commit
bbd8062daa
|
|
@ -19,7 +19,7 @@ enable = true
|
||||||
level = 0
|
level = 0
|
||||||
|
|
||||||
[output.linkcheck]
|
[output.linkcheck]
|
||||||
command = "../../ci/linkcheck.sh"
|
command = "ci/linkcheck.sh"
|
||||||
follow-web-links = true
|
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" ]
|
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
|
cache-timeout = 86400
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue