From bbe386ecd8d6c464cb8fdf914085a05b366765cc Mon Sep 17 00:00:00 2001 From: Jeff Rescignano Date: Sun, 17 May 2020 09:36:44 -0400 Subject: [PATCH] Fix authentication message URL on Authentication API page (#533) --- 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 fb06feb7..7137341d 100644 --- a/docs/auth_api.md +++ b/docs/auth_api.md @@ -179,7 +179,7 @@ Additionally, a long-lived access token can be created using the UI tool located 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](https://developers.home-assistant.io/docs/en/external_api_websocket.html#authentication-phase). +For the websocket connection, pass the access token in the [authentication message](/docs/api/websocket/#authentication-phase). For HTTP requests, pass the token type and access token as the authorization header: