Fix link that was pointing at localhost. (#57)

This commit is contained in:
Stephen Vanterpool 2018-07-21 00:00:43 -07:00 committed by Paulus Schoutsen
parent a44b3af94b
commit e5e97e8f41

View File

@ -76,7 +76,7 @@ The return response will be an access token:
Once you have an access token, you can make authenticated requests to the Home Assistant APIs. Once you have an access token, you can make authenticated requests to the Home Assistant APIs.
For the websocket connection, pass the access token in the [authentication message](http://localhost:3000/docs/en/external_api_websocket.html#authentication-phase). For the websocket connection, pass the access token in the [authentication message](https://developers.home-assistant.io/docs/en/external_api_websocket.html#authentication-phase).
For HTTP requests, pass the token type and access token as the authorization header: For HTTP requests, pass the token type and access token as the authorization header: