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.