From e5e97e8f4124bb1f2ddcf13b521423965fba20b5 Mon Sep 17 00:00:00 2001 From: Stephen Vanterpool Date: Sat, 21 Jul 2018 00:00:43 -0700 Subject: [PATCH] Fix link that was pointing at localhost. (#57) --- docs/auth_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth_api.md b/docs/auth_api.md index 21b3bbd6..a8bd8b57 100644 --- a/docs/auth_api.md +++ b/docs/auth_api.md @@ -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. -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: