Add Evergreen task which crawls project source for dead web links

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Continuous Integration
    • None
    • None
    • None
    • None
    • None
    • None

      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.

              Assignee:
              Unassigned
              Reporter:
              J Rassi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: