The documentation cross-links and links to external targets enough now that it would be useful to automate the process of looking for broken links. There are a number of tools that does this. One that looks promising is: https://github.com/wjdp/htmltest , which emulates the features of a popular Ruby link-checker but is written in Go so it is several times faster.
The documentation cross-links and links to external targets enough now that it would be useful to automate the process of looking for broken links. There are a number of tools that does this. One that looks promising is: https://github.com/wjdp/htmltest , which emulates the features of a popular Ruby link-checker but is written in Go so it is several times faster.