From ea1eb577a610d9805e7ee468ed340c637fc18f44 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 15 Feb 2021 13:19:44 +0100 Subject: [PATCH] Fix broken dev link on unique ID FAQ page (#16588) --- source/_faq/unique_id.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_faq/unique_id.markdown b/source/_faq/unique_id.markdown index 954f1e8c2ed..346000177c2 100644 --- a/source/_faq/unique_id.markdown +++ b/source/_faq/unique_id.markdown @@ -36,4 +36,4 @@ Typically, you'll see this when you create entities manually using YAML, but it If your user profile has the "Advanced Mode" activated, you will also see the second paragraph in the popup with a link to the [customization user interface](/docs/configuration/customizing-devices/#customization-using-the-ui) for this specific entity, which offers some customization options. -In case you want to read more about unique IDs, head over to this [developer documentation page](/docs/entity_registry_index/). +In case you want to read more about unique IDs, head over to this [developer documentation page](https://developers.home-assistant.io/docs/entity_registry_index/).