Closed mintar closed 9 years ago
Did someone have time to look at this yet? @doudou perhaps?
Unfortunately no. I'm going to merge this (looks like pretty nice grunt work, thanks !) but I don't really have time to look into the broken links
What do you use to check for broken links ???
Yes, it was a lot of grunt work. I stumbled across a couple of broken links and fenced code blocks and then got carried away and fixed all of them. :-)
To find the broken links, I ran linkchecker (available via apt-get) in the base/doc/out/
directory:
find -name '*.html' -print0 | xargs -0 linkchecker -r1 --ignore-url='.*doc/out/(api|pkg|sets|tasks|types|osdeps|package_directory).*|^file:///(api|pkg|sets|tasks|types|osdeps|package_directory).*'
Let's just merge this and ignore the remaining broken links for now.
Agreed
There are three more dead links:
I couldn't find the pages they are supposed to be linking to, and I didn't feel comfortable just removing the links.