Fix integration link in the installation docs

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.
This commit is contained in:
Ryan G 2023-01-06 17:05:54 -05:00 committed by GitHub
parent 417a42b0b3
commit c9f00eef96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ id: installation
title: 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 ## Dependencies