From 8c8c43922c8a01f70ef462a3213c270648275bb3 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 21 Mar 2023 12:25:47 +0100 Subject: [PATCH] Broken link fixes (#1537) --- docs/tasks/classify.md | 2 +- docs/tasks/segment.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/classify.md b/docs/tasks/classify.md index 73a4ae9..9e2a419 100644 --- a/docs/tasks/classify.md +++ b/docs/tasks/classify.md @@ -11,7 +11,7 @@ of that class are located or what their exact shape is. YOLOv8 _classification_ models use the `-cls` suffix, i.e. `yolov8n-cls.pt` and are pretrained on ImageNet. -[Models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models/v8/cls){.md-button .md-button--primary} +[Models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models/v8){ .md-button .md-button--primary} ## Train diff --git a/docs/tasks/segment.md b/docs/tasks/segment.md index c8391a1..6829a9f 100644 --- a/docs/tasks/segment.md +++ b/docs/tasks/segment.md @@ -11,7 +11,7 @@ segmentation is useful when you need to know not only where objects are in an im YOLOv8 _segmentation_ models use the `-seg` suffix, i.e. `yolov8n-seg.pt` and are pretrained on COCO. -[Models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models/v8/seg){.md-button .md-button--primary} +[Models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models/v8){ .md-button .md-button--primary} ## Train