Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]