noaa-onms / cinms

Channel Islands National Marine Sanctuary
https://noaa-onms.github.io/cinms
MIT License
3 stars 1 forks source link

broken link checker #72

Open superjai opened 3 years ago

superjai commented 3 years ago

From Punch List for Sanctuaries Interactive infographics - Google Docs...

Broken links?

bbest commented 3 years ago

Broken link checker analysis with R - Hacker Bits shows how to use a Linux command:

linkchecker http://marinebon.org/cinms -ocsv > output.csv

Or we could use R: R script to check an HTML document for broken links. Save, source and try the example at the bottom.

Or better yet, use Github Actions on a regular basis (ie monthly): Link Checker · Actions · GitHub Marketplace