-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Description
The current link-checker used in the project, installed via Pip, throws errors when running the command:
link-checker ./book
Lychee would be a Rust alternative that can be installed via cargo and doesn't require contributors to download unnecessary Python dependencies
- Easy to install via
cargo install lychee
- Supports recursive checking of HTML and Markdown
Example:
lychee ./book
or to prevent ratelimits
lychee ./book --retry-wait-time 20 --max-retries 3
Metadata
Metadata
Assignees
Labels
No labels