Replace Docs URLs with relative links (#11738)
This commit is contained in:
parent
537c50e45f
commit
4527690a7d
146 changed files with 166 additions and 166 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue