Add crates.io to exclude... (#10640)

This commit is contained in:
Ryo Onodera 2020-06-17 09:10:30 +09:00 committed by GitHub
parent ae0d5ba201
commit bdbd677d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

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