From a00e2d22baf9d05dae80750b4c346ba382b3c8a5 Mon Sep 17 00:00:00 2001 From: LinasKo Date: Thu, 20 Jun 2024 16:12:35 +0300 Subject: [PATCH] Readme: fix broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d491f3d..2fdea427 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ len(detections) ### annotators -Supervision offers a wide range of highly customizable [annotators](https://supervision.roboflow.com/latest/annotators/), allowing you to compose the perfect visualization for your use case. +Supervision offers a wide range of highly customizable [annotators](https://supervision.roboflow.com/latest/detection/annotators/), allowing you to compose the perfect visualization for your use case. ```python import cv2 @@ -106,7 +106,7 @@ https://github.com/roboflow/supervision/assets/26109316/691e219c-0565-4403-9218- ### datasets -Supervision provides a set of [utils](https://supervision.roboflow.com/latest/datasets/) that allow you to load, split, merge, and save datasets in one of the supported formats. +Supervision provides a set of [utils](https://supervision.roboflow.com/latest/datasets/core/) that allow you to load, split, merge, and save datasets in one of the supported formats. ```python import supervision as sv