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
My static site generator generates internal links that start with a /. link-checker calls these links out as invalid because it resolves them relative to the file that includes the link, whereas it should (at least in my case - this might need to be configurable for some) resolve relative to the path that link-checker is scanning.
See #13 for a PR that adds a test that currently fails, but should (I think) succeed.
andrewholgate, CarltonHenderson, yang and HoustonPutman