jupyter / try.jupyter.org

Try Jupyter!
https://try.jupyter.org
BSD 3-Clause "New" or "Revised" License
10 stars 13 forks source link

Fix typo 'ref' to 'href' #19

Closed spasiu closed 7 years ago

spasiu commented 7 years ago

Redirect from http to https was broken because href key of window.location.href was misspelled as ref. This PR simply changes the key to href.

@rgbkrk @minrk

rgbkrk commented 7 years ago

Thanks