From 25f48f50e58bdad98a678a6026561761885718e5 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 30 May 2025 06:32:25 -0500 Subject: [PATCH] fix broken links --- docs/docs/frigate/glossary.md | 2 +- docs/docs/frigate/updating.md | 2 +- docs/docs/integrations/plus.md | 2 +- docs/docs/plus/annotating.md | 2 +- docs/docs/plus/first_model.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/frigate/glossary.md b/docs/docs/frigate/glossary.md index bd039554c..5bfbfafa5 100644 --- a/docs/docs/frigate/glossary.md +++ b/docs/docs/frigate/glossary.md @@ -66,4 +66,4 @@ The time period starting when a tracked object entered the frame and ending when ## Zone -Zones are areas of interest, zones can be used for notifications and for limiting the areas where Frigate will create an [event](#event). [See the zone docs for more info](/configuration/zones) +Zones are areas of interest, zones can be used for notifications and for limiting the areas where Frigate will create a [review item](#review-item). [See the zone docs for more info](/configuration/zones) diff --git a/docs/docs/frigate/updating.md b/docs/docs/frigate/updating.md index 08ab863ae..95ba5b67c 100644 --- a/docs/docs/frigate/updating.md +++ b/docs/docs/frigate/updating.md @@ -56,7 +56,7 @@ If you’re running Frigate via Docker (recommended method), follow these steps: ```bash docker compose up -d ``` - - If using `docker run`, re-run your original command (e.g., from the [Installation](#docker) section) with the updated image tag. + - If using `docker run`, re-run your original command (e.g., from the [Installation](./installation.md#docker) section) with the updated image tag. 4. **Verify the Update**: - Check the container logs to ensure Frigate starts successfully: diff --git a/docs/docs/integrations/plus.md b/docs/docs/integrations/plus.md index 0a2b7f2d0..30c69c927 100644 --- a/docs/docs/integrations/plus.md +++ b/docs/docs/integrations/plus.md @@ -43,7 +43,7 @@ Snapshots must be enabled to be able to submit examples to Frigate+ ### Annotate and verify -You can view all of your submitted images at [https://plus.frigate.video](https://plus.frigate.video). Annotations can be added by clicking an image. For more detailed information about labeling, see the documentation on [improving your model](../plus/improving_model.md). +You can view all of your submitted images at [https://plus.frigate.video](https://plus.frigate.video). Annotations can be added by clicking an image. For more detailed information about labeling, see the documentation on [annotating](../plus/annotating.md). ![Annotate](/img/annotate.png) diff --git a/docs/docs/plus/annotating.md b/docs/docs/plus/annotating.md index 402c1e9cc..3e215faac 100644 --- a/docs/docs/plus/annotating.md +++ b/docs/docs/plus/annotating.md @@ -3,7 +3,7 @@ id: annotating title: Annotating your images --- -For the best results, follow these guidelines. +For the best results, follow these guidelines. You may also want to review the documentation on [improving your model](./index.md#improving-your-model). **Label every object in the image**: It is important that you label all objects in each image before verifying. If you don't label a car for example, the model will be taught that part of the image is _not_ a car and it will start to get confused. You can exclude labels that you don't want detected on any of your cameras. diff --git a/docs/docs/plus/first_model.md b/docs/docs/plus/first_model.md index 2a0096e31..7e483d402 100644 --- a/docs/docs/plus/first_model.md +++ b/docs/docs/plus/first_model.md @@ -9,7 +9,7 @@ Before requesting your first model, you will need to upload and verify at least It is recommended to submit **both** true positives and false positives. This will help the model differentiate between what is and isn't correct. You should aim for a target of 80% true positive submissions and 20% false positives across all of your images. If you are experiencing false positives in a specific area, submitting true positives for any object type near that area in similar lighting conditions will help teach the model what that area looks like when no objects are present. -For more detailed recommendations, you can refer to the docs on [improving your model](./improving_model.md). +For more detailed recommendations, you can refer to the docs on [annotating](./annotating.md). ## Step 2: Submit a model request