We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/
hyperlink apparently strips leading slashes which however results in a confusing error message when an index.html file in the base-path is missing:
index.html
% mkdir /tmp/test % echo '<a href=/>test</a>' > /tmp/test/foo.html % hyperlink /tmp/test Reading files Checking 1 links from 1 files (1 documents) /tmp/test/foo.html error: bad link Found 1 bad links
Notice that it doesn't say what the bad link is.
The text was updated successfully, but these errors were encountered:
tempted to fix this by prepending / when formatting the error message
Sorry, something went wrong.
1bff3fc
No branches or pull requests
hyperlink apparently strips leading slashes which however results in a confusing error message when an
index.html
file in the base-path is missing:Notice that it doesn't say what the bad link is.
The text was updated successfully, but these errors were encountered: