Add crates.io to exclude... (#10640)
This commit is contained in:
parent
ae0d5ba201
commit
bdbd677d57
@ -10,5 +10,6 @@ create-missing = false
|
||||
theme = "theme"
|
||||
|
||||
[output.linkcheck]
|
||||
# Exclude some special links and `README.md` which cause false-positive errors
|
||||
exclude = [ 'http://192\.168\.1\.88', 'http://localhost', 'LATEST_SOLANA_RELEASE_VERSION', 'README\.md' ]
|
||||
# Exclude some special links and `README.md` which causes false-positive errors
|
||||
# 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…
x
Reference in New Issue
Block a user