An anchor link of the form:
<a href="target.html#/foo/bar">link</a>
causes an incorrect error to be printed:
anchor not found from source.html to target.html#\foo\bar
Note the backslashes - they're converted probably as part of fs path resolution somewhere, but they really shouldn't be touched. It's the anchor part of the link.