blacklist some commonly problematic links
This commit is contained in:
parent
6b0e8f15ce
commit
cfb84d863f
|
|
@ -9,4 +9,4 @@ description = "A guide to developing rustc"
|
||||||
|
|
||||||
[output.linkcheck]
|
[output.linkcheck]
|
||||||
follow-web-links = true
|
follow-web-links = true
|
||||||
exclude = [ "crates\\.io", "gcc\\.godbolt\\.org" ]
|
exclude = [ "crates\\.io", "gcc\\.godbolt\\.org", "youtube\\.com", "dl\\.acm\\.org" ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue