0xAX / linux-insides

A little bit about a linux kernel
http://0xax.gitbooks.io/linux-insides/content/index.html
Other
30.01k stars 3.37k forks source link

Simple tools to verify URL in markdown file is live or not #572

Closed mudongliang closed 6 years ago

mudongliang commented 6 years ago

Yesterday, in order to check wrong URLs in the linux-insides-zh - the Chinese translation repo, I wrote a python script to automatically detect do it.

Please see details in markdown_scripts

@0xAX , you could try it and detect wrong URLs automatically. If you find any bug, please let me know.

mudongliang commented 6 years ago

I list the result of my tool in my Gist. There should be some false positives in my tool, but it is still useful.

0xAX commented 6 years ago

Thank you @mudongliang. Btw can you push PR with your script into this repo please, to scripts/ directory or something like this

mudongliang commented 6 years ago

sure