Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github tool to validate links in markdown [closed]

What I plan to do in some of my README.md files is provide hyperlinks to other sites that I cite. However, we all run into that problem when links die or get moved, and said link becomes invalidated. =(

Is there a github tool that can run nightly checks to see if all the links in a README.md file (or something similar) are working correctly?

What I'm looking for is something that has a feature similar to Travis CI, where a project could have a badge saying "link-passing" on the project's main github page. (Example: scikit-learn has those two classy looking "build-passing" badges.)

like image 703
hlin117 Avatar asked Aug 24 '15 07:08

hlin117


Video Answer


1 Answers

I think what you want to use is awesome_bot.

It doesn't provide the badge you want but it does check URLs in files.

like image 87
alebelcor Avatar answered Oct 29 '22 03:10

alebelcor