microsoft / linkcheckermd

A VSCode extension that check links in Markdown to ensure they are valid.
MIT License
16 stars 20 forks source link

Refactor broken link checking #19

Open Blackmist opened 8 years ago

Blackmist commented 8 years ago

Instead of assuming OK when there's a redirect and no 404, need to grab the actual page we arrive at and return something like "Target URI: https://foo/bar; Actual URI: https://foo/baz".