Fast broken link checker for Markdown files and websites.
# Check a Markdown file for broken links
python3 scripts/deadlinks.py check README.md
# Check with external URL validation
python3 scripts/deadlinks.py check README.md --external
# Check a directory recursively
python3 scripts/deadlinks.py check docs/ --recursive
# Check a website
python3 scripts/deadlinks.py check https://example.com
共 1 个版本