Add crates.io to exclude... (#10640)
This commit is contained in:
parent
ae0d5ba201
commit
bdbd677d57
|
@ -10,5 +10,6 @@ create-missing = false
|
||||||
theme = "theme"
|
theme = "theme"
|
||||||
|
|
||||||
[output.linkcheck]
|
[output.linkcheck]
|
||||||
# Exclude some special links and `README.md` which cause false-positive errors
|
# Exclude some special links and `README.md` which causes false-positive errors
|
||||||
exclude = [ 'http://192\.168\.1\.88', 'http://localhost', 'LATEST_SOLANA_RELEASE_VERSION', 'README\.md' ]
|
# Also, crates.io returns 404 for correct links accessed from curl and linkcheck
|
||||||
|
exclude = [ 'http://192\.168\.1\.88', 'http://localhost', 'LATEST_SOLANA_RELEASE_VERSION', 'README\.md', 'https://crates\.io' ]
|
||||||
|
|
Loading…
Reference in New Issue