Replace Docs URLs with relative links (#11738)

This commit is contained in:
Burhan 2024-05-08 05:20:59 -04:00 committed by GitHub
parent 537c50e45f
commit 4527690a7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
146 changed files with 166 additions and 166 deletions

View file

@ -133,7 +133,7 @@ Use a trained YOLOv8n-cls model to run predictions on images.
yolo classify predict model=path/to/best.pt source='https://ultralytics.com/images/bus.jpg' # predict with custom model
```
See full `predict` mode details in the [Predict](https://docs.ultralytics.com/modes/predict/) page.
See full `predict` mode details in the [Predict](../modes/predict.md) page.
## Export

View file

@ -134,7 +134,7 @@ Use a trained YOLOv8n model to run predictions on images.
yolo detect predict model=path/to/best.pt source='https://ultralytics.com/images/bus.jpg' # predict with custom model
```
See full `predict` mode details in the [Predict](https://docs.ultralytics.com/modes/predict/) page.
See full `predict` mode details in the [Predict](../modes/predict.md) page.
## Export

View file

@ -155,7 +155,7 @@ Use a trained YOLOv8n-obb model to run predictions on images.
yolo obb predict model=path/to/best.pt source='https://ultralytics.com/images/bus.jpg' # predict with custom model
```
See full `predict` mode details in the [Predict](https://docs.ultralytics.com/modes/predict/) page.
See full `predict` mode details in the [Predict](../modes/predict.md) page.
## Export

View file

@ -149,7 +149,7 @@ Use a trained YOLOv8n-pose model to run predictions on images.
yolo pose predict model=path/to/best.pt source='https://ultralytics.com/images/bus.jpg' # predict with custom model
```
See full `predict` mode details in the [Predict](https://docs.ultralytics.com/modes/predict/) page.
See full `predict` mode details in the [Predict](../modes/predict.md) page.
## Export

View file

@ -139,7 +139,7 @@ Use a trained YOLOv8n-seg model to run predictions on images.
yolo segment predict model=path/to/best.pt source='https://ultralytics.com/images/bus.jpg' # predict with custom model
```
See full `predict` mode details in the [Predict](https://docs.ultralytics.com/modes/predict/) page.
See full `predict` mode details in the [Predict](../modes/predict.md) page.
## Export