Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-1153

Add Evergreen task which crawls project source for dead web links

      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 Unassigned
            Reporter:
            rassi J Rassi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: