byrnereese / linkchecker-mkdocs

Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second
MIT License
9 stars 4 forks source link

All relative links are marked as invalid. #13

Open selism opened 6 months ago

selism commented 6 months ago

When refering to a local link or image, the link is always marked as broken, even if the objects linked are there.

e.g.

![5x1](./5x1.png)
- **SPARC Platform** functionality (For more information, please refer to [**SPARC**](../060_SPARC/061_SPARC_Introduction.md) documentation)

results in the following errors:

INFO:root:Broken image: ./5x1.png
INFO:root:Broken link: ../060_SPARC/061_SPARC_Introduction.md
ahollmann commented 5 months ago

I can confirm this issue.