From 67834fb6d44d1c4976b895db991d226b87e9ad8a Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 3 Feb 2023 09:59:28 -0800 Subject: [PATCH] Update registering-resources.md (#1660) --- docs/frontend/custom-ui/registering-resources.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/frontend/custom-ui/registering-resources.md b/docs/frontend/custom-ui/registering-resources.md index c490dd5e..841f3712 100644 --- a/docs/frontend/custom-ui/registering-resources.md +++ b/docs/frontend/custom-ui/registering-resources.md @@ -10,14 +10,12 @@ Once restarted, you can put files in this directory. Each file will be accessibl The next step is to register these resources with the Home Assistant interface. This is done by navigating to the Resources page by following below link: -[![Open your Home Assistant instance and show your resources.](https://my.home-assistant.io/badges/lovelace_resources.svg)](https://my.home-assistant.io/redirect/lovelace_resources/) +[![Open your Home Assistant instance and show your resources.](https://my.home-assistant.io/badges/lovelace_resources.svg)](https://my.home-assistant.io/redirect/lovelace_dashboards/) (Note: Once redirected, click the three dots menu in the top-right.) :::note -This tab is only available when the active user's profile has "advanced mode" enabled. +This area is only available when the active user's profile has "advanced mode" enabled. ::: -![Screenshot of the Resources tab, found at the top of the Dashboards configuration UI](/img/en/frontend/dashboards-resources-tab.png) - ![Screenshot of the Advanced Mode selector found on the Profile page](/img/en/frontend/frontend-profile-advanced-mode.png)