lint relative URLs and web-check of https URLs?
#1949
Answered
by
iampi31415
iampi31415
asked this question in
Q&A
-
|
I publish my site on Github Pages. Before publishing it I test the links. For external addresses, it works well. But for URLs like The problem is that I can't check with How can the server-local URLs be properly tested? |
Beta Was this translation helpful? Give feedback.
Answered by
iampi31415
Dec 10, 2025
Replies: 1 comment 3 replies
-
|
Oh, I found out, with
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
iampi31415
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, I found out, with
--root-dirwhich should be the server root, for example:lychee --root-dir book/src book/src/*/*.md