jamulus icon indicating copy to clipboard operation
jamulus copied to clipboard

Release process template - linkcheck issue

Open pljones opened this issue 3 months ago • 3 comments

I got as far as bundle exec jekyll serve but linkcheck --no-warnings http://localhost:4000 > linkcheck.log fails -- there doesn't appear to be a --no-warnings option. I tried using the docker version and that didn't work, so I gave up at that point.

Originally posted by @pljones in #3443

pljones avatar Sep 15 '25 17:09 pljones

@gilgongo

ann0see avatar Sep 17 '25 15:09 ann0see

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.

ann0see avatar Sep 29 '25 19:09 ann0see

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.

pljones avatar Nov 09 '25 12:11 pljones