Release process template - linkcheck issue
- [ ] Start Website translations
I got as far as
bundle exec jekyll servebutlinkcheck --no-warnings http://localhost:4000 > linkcheck.logfails -- there doesn't appear to be a--no-warningsoption. I tried using the docker version and that didn't work, so I gave up at that point.
Originally posted by @pljones in #3443
@gilgongo
I've copied the files into an apache directory and applied some redirects: https://stackoverflow.com/questions/32396933/rewriting-url-by-appending-html-suffix
It seems fairly decent (at least the internal links in english). I have fixed one anchor issue.
From https://github.com/jamulussoftware/jamulus/issues/3443#issuecomment-3480248730:
OK, ran the link checker (I don't like doing --network host... no simple alternative, though):
$ docker run --network host --rm tennox/linkcheck http://192.168.1.19:8022/ > linkcheck.log
Output looks okay:
$ cat linkcheck.log
Crawling...
Stats:
3278 links
71 destination URLs
774 URLs ignored
0 warnings
0 errors
So we've got a way to do it, at least. Just need to update the docs.