rethinkdb / horizon-docs

Other
24 stars 36 forks source link

Horizon 2.0 #106

Closed chipotle closed 8 years ago

chipotle commented 8 years ago

These changes are all addressing #104 (and incorporate #99).

dalanmiller commented 8 years ago

LGTM @chipotle 👍

chipotle commented 8 years ago

Pinging for review, although @dalanmiller may not be around to review it. :)

deontologician commented 8 years ago

Got another one: We need to change the example auth code snippet from saying:

window.location.pathname = endpoint;

to

window.location.replace(endpoint);

The endpoints are now fully qualified urls, so setting pathname will result in stuff like http://localhost:8181/http://localhost:8181/horizon/github etc.