-
Notifications
You must be signed in to change notification settings - Fork 796
Add a script to detect broken links in Markdown documentation #1331
Copy link
Copy link
Open
Description
Problem
The repository contains several Markdown documentation files such as:
- README.md
- docs/*.md
- examples documentation
Over time, some internal or external links in these files may become outdated or broken. This can negatively impact the user experience and make documentation less reliable.
Currently, broken links are typically detected manually during documentation reviews, which can be time-consuming and error-prone.
Proposed Solution
Introduce a script that scans Markdown files in the repository and detects broken links automatically.
The script could:
- recursively scan Markdown files (
*.md) - extract all links from the files
- validate both internal and external links
- report links that return invalid HTTP status codes (e.g., 404, 500)
Benefits
- Improves documentation reliability
- Helps contributors detect outdated links early
- Reduces manual review effort
- Improves overall documentation quality
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels