Checking external links

I’m working on an app that will have hundreds, if not thousands of links to external websites. Is there a way or a tool to automate looking for broken links on a regular basis, and flag broken links?

Hi @Christoffel, here’s a method I’ve used in the past to validate URLs:

How to use google spreadsheets to check for broken links | by Adham El Banhawy | Medium

I’m sure there might be a way to automate that process, but the above is just a manual method.

Thanks for sharing @StephenChapman I will give that a try& see if it works. Cheers!