scripts/mdlinkcheck: markdown link checker This script parses all markdown files in the repository, extracts all links and verifies that they work. It makes sure to only check t
scripts/mdlinkcheck: markdown link checker This script parses all markdown files in the repository, extracts all links and verifies that they work. It makes sure to only check the URLs once, even if used in multiple links. There is a whitelist for URLs we deem unnecessary to check. It uses curl to do the checks. As a bonus, this makes it easy to run this check locally. Closes #15742
show more ...
|