Skip to content

Switch Link Checker to Lychee (Rust) #715

@Arteiii

Description

@Arteiii

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

Lychee:

  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions