From ca1a02f1581abc09c71933f824ed6c71bb2fbc44 Mon Sep 17 00:00:00 2001 From: Jeff Rescignano Date: Sun, 17 May 2020 09:29:11 -0400 Subject: [PATCH] =?UTF-8?q?Update=20the=20"core-api"=20and=20"core-websock?= =?UTF-8?q?et"=20URLs=20on=20the=20"Add-On=20Commun=E2=80=A6=20(#536)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/add-ons/communication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/add-ons/communication.md b/docs/add-ons/communication.md index a34bb664..3e74bfa7 100644 --- a/docs/add-ons/communication.md +++ b/docs/add-ons/communication.md @@ -60,8 +60,8 @@ MQTT_USER=$(bashio::services mqtt "username") MQTT_PASSWORD=$(bashio::services mqtt "password") ``` -[core-api]: https://www.home-assistant.io/developers/rest_api/ -[core-websocket]: https://www.home-assistant.io/developers/websocket_api/ +[core-api]: https://developers.home-assistant.io/docs/api/rest/ +[core-websocket]: https://developers.home-assistant.io/docs/api/websocket/ [supervisor-api]: https://github.com/home-assistant/supervisor/blob/master/API.md [supervisor-addon-api]: https://github.com/home-assistant/supervisor/blob/dev/API.md#restful-for-api-addons [supervisor-services-api]:https://github.com/home-assistant/supervisor/blob/dev/API.md#services-1