UmbrellaDocs / linkspector

Uncover broken links in your content.
Apache License 2.0
55 stars 8 forks source link

Fix: Check section links in the same file. #40

Closed gaurav-nelson closed 2 months ago

gaurav-nelson commented 2 months ago

Previously, linkspector didn't handle links that reference sections within the same document (those starting with #). With the changes in this PR, linkspector now correctly handle these intra-document links.

Fixes #26