jgthms / html-reference

HTML Reference: a free guide to all HTML5 elements and attributes
https://htmlreference.io
MIT License
979 stars 136 forks source link

Avoid multiple redirects in sidebar links #21

Open danielcompton opened 6 years ago

danielcompton commented 6 years ago

The sidebar links for elements look like: https://htmlreference.io/element/article.

If I click on that link, it 301 redirects to http://htmlreference.io/element/article/ (note HTTP), then to https://htmlreference.io/element/article/ (note HTTPS and a trailing slash). It would be much faster to load pages if the sidebar linked directly to the final URL.