Skip to content

Commit b03809e

Browse files
committed
Fixed links
1 parent 1ed9642 commit b03809e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/v1/how-to-inference-onnx-automl-image-models-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: sdkv1, event-tier1-build-2022
1313

1414
# Make predictions with ONNX on computer vision models from AutoML (v1)
1515

16-
[!INCLUDE [sdk v1](../../includes/machine-learning-sdk-v1.md)]
16+
[!INCLUDE [sdk v1](../../../includes/machine-learning-sdk-v1.md)]
1717

1818
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning CLI extension you are using:"]
1919
> * [v1](how-to-inference-onnx-automl-image-models-v1.md)
@@ -43,7 +43,7 @@ In this guide, you'll learn how to use [Python APIs for ONNX Runtime](https://on
4343

4444
## Prerequisites
4545

46-
* Get an AutoML-trained computer vision model for any of the supported image tasks: classification, object detection, or instance segmentation. [Learn more about AutoML support for computer vision tasks](how-to-auto-train-image-models.md).
46+
* Get an AutoML-trained computer vision model for any of the supported image tasks: classification, object detection, or instance segmentation. [Learn more about AutoML support for computer vision tasks](../how-to-auto-train-image-models.md).
4747

4848
* Install the [onnxruntime](https://onnxruntime.ai/docs/get-started/with-python.html) package. The methods in this article have been tested with versions 1.3.0 to 1.8.0.
4949

0 commit comments

Comments
 (0)