diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index d2feceeeb..d9b023884 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -9,11 +9,11 @@ Several inputs can be configured for each camera and the role of each input can Each role can only be assigned to one input per camera. The options for roles are as follows: -| Role | Description | -| -------- | ----------------------------------------------------------------------------------------------- | -| `detect` | Main feed for object detection | -| `record` | Saves segments of the video feed based on configuration settings. [docs](/configuration/record) | -| `rtmp` | Broadcast as an RTMP feed for other services to consume. [docs](/configuration/rtmp) | +| Role | Description | +| -------- | ------------------------------------------------------------------------------------ | +| `detect` | Main feed for object detection | +| `record` | Saves segments of the video feed based on configuration settings. [docs](record.md) | +| `rtmp` | Broadcast as an RTMP feed for other services to consume. [docs](rtmp.md) | ```yaml mqtt: @@ -44,4 +44,4 @@ cameras: side: ... ``` -For camera model specific settings check the [camera specific](/configuration/camera_specific) infos. \ No newline at end of file +For camera model specific settings check the [camera specific](camera_specific.md) infos. diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 57bc815dd..4d2b9d976 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -7,7 +7,7 @@ For Home Assistant Addon installations, the config file needs to be in the root For all other installation types, the config file should be mapped to `/config/config.yml` inside the container. -It is recommended to start with a minimal configuration and add to it as described in [this guide](/guides/getting_started): +It is recommended to start with a minimal configuration and add to it as described in [this guide](../guides/getting_started.md): ```yaml mqtt: diff --git a/docs/docs/configuration/objects.mdx b/docs/docs/configuration/objects.mdx index 1d236bf42..c15907339 100644 --- a/docs/docs/configuration/objects.mdx +++ b/docs/docs/configuration/objects.mdx @@ -9,7 +9,7 @@ Frigate includes the object models listed below from the Google Coral test data. Please note: - `car` is listed twice because `truck` has been renamed to `car` by default. These object types are frequently confused. - - `person` is the only tracked object by default. See the [full configuration reference](https://docs.frigate.video/configuration/index#full-configuration-reference) for an example of expanding the list of tracked objects. + - `person` is the only tracked object by default. See the [full configuration reference](index.md#full-configuration-reference) for an example of expanding the list of tracked objects.