leostera / tldr.jsx

📚 A Reactive web client for tldr-pages
https://tldr.ostera.io
MIT License
1.54k stars 75 forks source link

http://www.ostera.io/tldr.jsx/ Broken #46

Closed TechplexEngineer closed 8 years ago

TechplexEngineer commented 8 years ago

http://www.ostera.io/tldr.jsx/ should probably redirect to the new? site: https://tldr.ostera.io/

leostera commented 8 years ago

@TechplexEngineer good catch! I'll fix that now.

leostera commented 8 years ago

A naive fix is in place, using an <meta http-equiv="Refresh" ...>.

I'll look into a better solution for this, but since the site was previously hosted on Github Pages I doubt there's a lot of flexibility when it comes to redirections.

Thanks again for reporting this 👍