Description
I noticed when looking at a PR that there are some links which have broken over time. Egregiously, there are a few links to a website called node-tricks.com
which is now serving up some kind of phishing uglyness. You can see this link listed under the Blogs on the resources page.
I propose we attempt to rid the site of 404'd and other links which have succumb to bit rot, and this issue is a place to track those efforts.
I used a tool called broken-link-checker
on only external links using the following command:
npx broken-link-checker https://expressjs.com/ -roi
Warning: that command took 15 minutes to complete when I ran it
It showed there's quite a few broken links, but this tool doesn't give me a good output of just broken links without writing a little code. I don't think it's really the tool we need (well someone could use it as a library and write something), but we need a list of all the unique broken links, and where they occur on the site so we can figure out the best way to fix them.
cc @expressjs/expressjs-com @wesleytodd @expressjs/triagers