From 9b254ce854c12f4116ad8791e3b747afbe1a94ba Mon Sep 17 00:00:00 2001 From: Jihyeon Yi Date: Tue, 12 Dec 2023 12:35:00 +0900 Subject: [PATCH] fix broken link to supported formats (#1221) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Summary fix broken link to supported formats ### How to test ### Checklist - [ ] I have added unit tests to cover my changes.​ - [ ] I have added integration tests to cover my changes.​ - [x] I have added the description of my changes into [CHANGELOG](https://github.com/openvinotoolkit/datumaro/blob/develop/CHANGELOG.md).​ - [ ] I have updated the [documentation](https://github.com/openvinotoolkit/datumaro/tree/develop/docs) accordingly ### License - [ ] I submit _my code changes_ under the same [MIT License](https://github.com/openvinotoolkit/datumaro/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern. - [ ] I have updated the license header for each file (see an example below). ```python # Copyright (C) 2023 Intel Corporation # # SPDX-License-Identifier: MIT ``` --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9754dda07..afcdc415e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 () - Fix label compare of distance method () +- Fix broken link to supported formats in readme + () ## 16/11/2023 - Release 1.5.1 ### Enhancements diff --git a/README.md b/README.md index fd52d5d8a3..fd63a4f743 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ CVAT annotations ---> Publication, statistics etc. (`bboxes`, `masks`) - [YOLO](https://github.com/AlexeyAB/darknet#how-to-train-pascal-voc-data) (`bboxes`) - Other formats and documentation for them can be found [here](https://openvinotoolkit.github.io/datumaro/latest/docs/data-formats/supported_formats). + Other formats and documentation for them can be found [here](https://openvinotoolkit.github.io/datumaro/latest/docs/data-formats/formats). - Dataset building - Merging multiple datasets into one - Dataset filtering by a custom criteria: