Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.
https://michael-f-bryan.github.io/mdbook-linkcheck/
MIT License
144 stars 29 forks source link

Can't handle links to .md files without the extension #84

Open Sympatron opened 6 months ago

Sympatron commented 6 months ago

mdbook compiles links to other .md files just fine even if you omit the .md extension. But mdbook-linkcheck fails with an error stating that it did not find the file. I assume mdbook-linkcheck only searches for the literal path, but maybe a config option should be added to allow enabling the same behavior. It could also be the default to match what mdbook does.