From e3c9ea5ee66653a5c8b7dc951de480a2b9ef0f7c Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Fri, 2 Feb 2024 15:21:10 +0300 Subject: [PATCH] =?UTF-8?q?docs(fix):=20=F0=9F=90=9E=F0=9F=93=9D=20changel?= =?UTF-8?q?og=20url=20fix=20/0.18.0/annotators/#percentagebarannotator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index c3d5a425..937fa260 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ ### 0.18.0 January 25, 2024 -- Added [#633](https://github.com/roboflow/supervision/pull/720): [`sv.PercentageBarAnnotator`](0.18.0/annotators.md/#percentagebarannotator) allowing to annotate images and videos with percentage values representing confidence or other custom property. +- Added [#633](https://github.com/roboflow/supervision/pull/720): [`sv.PercentageBarAnnotator`](0.18.0/annotators/#percentagebarannotator) allowing to annotate images and videos with percentage values representing confidence or other custom property. ```python >>> import supervision as sv