Ensure there are no abandoned or broken links from nodejs.org => nodejs.dev
This should be a guiding principle in all work being done here.
I'll give this a try!
Great @chanbecky!! Thanks for looking at this.
@bnb suggested us to use Linkinator: https://github.com/JustinBeckwith/linkinator
Hey! I would like to take up this issue. From what I can understand, this involves checking all links in the newly built nodejs.dev website & ensure that there are no broken links?
From what I can understand, this involves checking all links in the newly built nodejs.dev website & ensure that there are no broken links?
We need to compare that all links within nodejs.org can be accessible here. Opening a page on nodejs.org and replacing the .org to .dev should either land on a respective page or redirect to somewhere.
Blog posts are the biggest factor, for now, as we haven't migrated blog posts to nodejs.dev, so ideally, this should be done after that. But if you ignore all the blog posts for now, you could test this for now.
Understood ! Will begin working on the same.
Found a Broken Link

The same Blocking vs Non-Blocking hyperlink present on the dev website, instead points to the Introduction to Node.js page.

Same goes for this link :https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
@benhalverson should we add back the blocking-vs-non-blocking learn page? Or should we update the text not to include references to blocking vs non-blocking? Or should we update this link to redirect to an external documentation source?
I believe we finally fixed all the broken links, so I will close this. If we by any chance find another broken link we can reopen this issue.