From 034aaa7ef75ecf4884d395a04832777f2241cad1 Mon Sep 17 00:00:00 2001 From: Tacheev Alexey <43005917+lexeyt@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:03:40 +0300 Subject: [PATCH] Fixed incorrect label link (#10342) --- docs/docs/frigate/glossary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/frigate/glossary.md b/docs/docs/frigate/glossary.md index 5e31f4485..8ab86250c 100644 --- a/docs/docs/frigate/glossary.md +++ b/docs/docs/frigate/glossary.md @@ -27,7 +27,7 @@ Motion masks prevent detection of [motion](#motion) in masked areas from trigger ### Object Mask -Object filter masks drop any bounding boxes where the bottom center (overlap doesn't matter) is in the masked area. It forces them to be considered a [false positive](#false_positive) so that they are ignored. +Object filter masks drop any bounding boxes where the bottom center (overlap doesn't matter) is in the masked area. It forces them to be considered a [false positive](#false-positive) so that they are ignored. ## Min Score @@ -55,4 +55,4 @@ The top score for an object is the highest median score for an object. ## 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) \ No newline at end of file +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)