Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.

Home Page:https://michael-f-bryan.github.io/mdbook-linkcheck/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Percent-encoded URLs

Michael-F-Bryan opened this issue · comments

Markdown links don't normally contain spaces, so it's pretty common for people to use percent-encoding (e.g. s/ /%20/g).

For example:

error: File not found: ./TechNote%20094%20Accessing%20Wintech%20download%20site%20Rev%20A.pdf
- installation.md:27:34
   |
27 | > downloads site can be found in [Tech Note #94][tech-note-94].
   |

Fixed in f64f647.