History log of /curl/scripts/mdlinkcheck (Results 1 – 2 of 2)
Revision Date Author Comments
# 28dd14aa 21-Dec-2024 Daniel Stenberg

scripts/mdlinkcheck: fix the ../ handling in file links

Follow-up to 62515e8e9d750f

Closes #15797


# 62515e8e 14-Dec-2024 Daniel Stenberg

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 ...