-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Continuous Integration
There are certainly existing tools that can do this, but, for a start:
grep -ERho 'https://[a-zA-Z/.#-]+' . | sort | uniq | xargs curl -I | grep '^HTTP/1.1 404'
This task should run rarely.