]> git.ipfire.org Git - thirdparty/curl.git/commit
scripts/mdlinkcheck: markdown link checker
authorDaniel Stenberg <daniel@haxx.se>
Sat, 14 Dec 2024 12:29:10 +0000 (13:29 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 14 Dec 2024 13:22:30 +0000 (14:22 +0100)
commit62515e8e9d750f02e70545905d16fc025357893d
treea2804059ae4beb3be2349c659225cb9d3955b9d8
parent6bb76d92e16f5d41d5615df7d55113cf61e2ca08
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
.github/workflows/checkdocs.yml
scripts/Makefile.am
scripts/mdlinkcheck [new file with mode: 0755]