You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Jekyll with GitHub Pages. Jekyll produces a folder with static files. How can I validate links in this static site?
I tried to mount the folder in the container and point to it, but it looks like it does not recognize an url in the form of file://path.
% docker run --rm -v /absolute/path/_site:/_site tennox/linkcheck -d file://_site
Reading URLs:
http://file://_site
Crawl will start on the following URLs: [http://file//_site]
...
The http://file://_sitein the output looks wrong.
The text was updated successfully, but these errors were encountered:
I'm using Jekyll with GitHub Pages. Jekyll produces a folder with static files. How can I validate links in this static site?
I tried to mount the folder in the container and point to it, but it looks like it does not recognize an url in the form of file://path.
The
http://file://_site
in the output looks wrong.The text was updated successfully, but these errors were encountered: