Checks for doc comment links that refer to files outside of their source file’s package.
Such links will be broken on docs.rs, for example.
//! [general-purpose lints]: ../../general
Use instead:
//! [general-purpose lints]: https://github.com/trailofbits/dylint/tree/master/examples/general