From bee965df06403dafc4deb6a511cf6eae6ff85a56 Mon Sep 17 00:00:00 2001 From: Ryan G Date: Fri, 6 Jan 2023 20:32:23 -0500 Subject: [PATCH] Fix integration link in the installation docs (#4937) The link to the home assistant integration documentation was missing the leading slash which caused the path to be appended to the `/frigate` path of this page. --- docs/docs/frigate/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index 2c0ef15f7..55881c2d7 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -3,7 +3,7 @@ id: installation title: Installation --- -Frigate is a Docker container that can be run on any Docker host including as a [HassOS Addon](https://www.home-assistant.io/addons/). Note that a Home Assistant Addon is **not** the same thing as the integration. The [integration](integrations/home-assistant) is required to integrate Frigate into Home Assistant. +Frigate is a Docker container that can be run on any Docker host including as a [HassOS Addon](https://www.home-assistant.io/addons/). Note that a Home Assistant Addon is **not** the same thing as the integration. The [integration](/integrations/home-assistant) is required to integrate Frigate into Home Assistant. ## Dependencies