From bbb1220a3fb9ebd16df07a44f67e929d97392c3b Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:22:18 +0100 Subject: [PATCH] Onboarding: fix dead link (#30842) --- source/getting-started/concepts-terminology.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/concepts-terminology.markdown b/source/getting-started/concepts-terminology.markdown index cb5e3508a2a..32aab1db043 100644 --- a/source/getting-started/concepts-terminology.markdown +++ b/source/getting-started/concepts-terminology.markdown @@ -26,7 +26,7 @@ Devices are a logical grouping for one or more {% term entities %}. A {% term de Devices and entities are used throughout Home Assistant. To name a few examples: -- [Dashboards](#dashboards) can show a state of an {% term entity %}. For example, if a light is on or off. +- [Dashboards](/getting-started/onboarding_dashboard/) can show a state of an {% term entity %}. For example, if a light is on or off. - An [automation](#automations) can be triggered from a state change on an {% term entity %}. For example, a motion sensor entity detects motion and triggers a light to turn on. - A predefined color and brightness setting for a light saved as a [scene](#scenes).