Function mdbook_linkcheck::check_links[][src]

pub fn check_links(ctx: &RenderContext) -> Result<(), Error>

The main entrypoint for this crate.

If there were any broken links then you'll be able to downcast the Error returned into BrokenLinks.