wincent / masochist

⛓ Website infrastructure for over-engineers
MIT License
78 stars 26 forks source link

Some links broken due to lack of URI encoding #68

Closed wincent closed 8 years ago

wincent commented 8 years ago

For example, on:

https://wincent.com/tags/git

We can see a link to the "Is Mercurial better than Git?" article at:

https://wincent.com/wiki/Is_Mercurial_better_than_Git?

This 404s, because there is no such article.

When properly encoded (using encodeURIComponent or similar), we can load the appropriate article:

https://wincent.com/wiki/Is_Mercurial_better_than_Git%3F