Crate mdbook_linkcheck [] [src]

A mdbook backend which will check all links in a document are valid.

Structs

BrokenLinks

The error which were generated while checking links.

Config

The configuration options available with this backend.

EmptyLink

The user specified a file which doesn't exist.

FileNotFound

The user specified a file which doesn't exist.

HttpError

An error occurred while trying to fetch the link from the internet.

Link

Information about a link in one of the book's chapters.

MdSuggestion

The user specified a *.md file when they probably meant *.html.

UnsuccessfulStatus

Received an unsuccessful status code when fetching a resource from the internet.

Traits

BrokenLink

Some arbitrary broken link which occurs at a specific line in a chapter. The Display impl should state why the link is "broken".

Functions

check_links

The main entrypoint for this crate.