Youssef1313 / markdown-links-verifier

A GitHub Action to validate links in Markdown files
MIT License
4 stars 1 forks source link

Correct links are considered invalid #12

Closed Youssef1313 closed 3 years ago

Youssef1313 commented 3 years ago

Correct links for folders are considered invalid, this is because I'm checking for files only.

https://github.com/Youssef1313/markdown-links-verifier/blob/246a9ff73bf00d50f990b1d8ba47bd62413fbd5d/src/LinkValidator/LocalLinkValidator.cs#L12