Current Documentation Issue
The repository contains a large number of external learning resources.
External links naturally become outdated over time, reducing the usefulness of repository documentation.
Currently there is no automated mechanism to detect broken links.
Current Behavior
Links are manually maintained.
Broken resources may remain undetected indefinitely.
Expected Behavior
Documentation links should be automatically validated on a recurring schedule.
Suggested Improvement
Create a GitHub Action that:
Runs weekly.
Scans all markdown files.
Detects broken links.
Creates issues or reports failures automatically.
Additional Context
Benefits
Keeps resources trustworthy.
Improves documentation quality.
Reduces manual auditing effort.
Impact Level
Level 3 – Infrastructure Reliability Issue
Files Affected
README.md
RESOURCES.md
FAQ.md
.github/workflows/*
Current Documentation Issue
The repository contains a large number of external learning resources.
External links naturally become outdated over time, reducing the usefulness of repository documentation.
Currently there is no automated mechanism to detect broken links.
Current Behavior
Links are manually maintained.
Broken resources may remain undetected indefinitely.
Expected Behavior
Documentation links should be automatically validated on a recurring schedule.
Suggested Improvement
Create a GitHub Action that:
Additional Context
Benefits
Keeps resources trustworthy.
Improves documentation quality.
Reduces manual auditing effort.
Impact Level
Level 3 – Infrastructure Reliability Issue
Files Affected