-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
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
relative broken links not detected #183
Comments
@mre is there any option to detect problems with relative links right now?
and tried against files files in PR
non have found the simple error
|
No clue why it doesn't find the relative links, though. @pawroman do you know why? |
@mre @pawroman weird thing is when I explicitly point to index.html page it finds it
also wonder why and local files could not detect it even with explicit file pointer:
|
After thinking about this some more I think I know what's up: Line 141 in ae2d02b
|
@lenisha, this is fixed in |
Relative Links in the github pages index.html are broken but not detected:
https://github.com/lenisha/linkchecker-test/runs/2122896789?check_suite_focus=true
while index.thml has broken link https://github.com/lenisha/linkchecker-test/blob/main/index.html#L53
that points to https://lenisha.github.io/linkchecker-test/abouterror.html
Could it be also checked locally? Similar to discussion #15
The text was updated successfully, but these errors were encountered: