From b8ac9fd3bd53b40efb130d38fbe517cb06d1c618 Mon Sep 17 00:00:00 2001 From: Olivia Jain Date: Fri, 8 Apr 2022 10:58:22 -0700 Subject: [PATCH] redo fix broken link (#11162) * redo fix broken link * fix other broken link --- docs/reference/mobile/model-usability-checker.md | 2 +- docs/tutorials/mobile/helpers/model-usability-checker.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/mobile/model-usability-checker.md b/docs/reference/mobile/model-usability-checker.md index dfaae74f6a..0c75ec8488 100644 --- a/docs/reference/mobile/model-usability-checker.md +++ b/docs/reference/mobile/model-usability-checker.md @@ -96,7 +96,7 @@ INFO: Please try updating the ONNX model opset to a supported version using ## Recommendation -Finally the script will provide information on how to [convert the model to the ORT format](../ort-model-format.md) required by ORT Mobile, and recommend which of the two ORT format models to use. +Finally the script will provide information on how to [convert the model to the ORT format](../ort-format-models.md) required by ORT Mobile, and recommend which of the two ORT format models to use. ``` INFO: Run `python -m onnxruntime.tools.convert_onnx_models_to_ort ...` to convert the ONNX model to ORT format. diff --git a/docs/tutorials/mobile/helpers/model-usability-checker.md b/docs/tutorials/mobile/helpers/model-usability-checker.md index ebf7ab2dbe..6a631b489f 100644 --- a/docs/tutorials/mobile/helpers/model-usability-checker.md +++ b/docs/tutorials/mobile/helpers/model-usability-checker.md @@ -96,7 +96,7 @@ INFO: Please try updating the ONNX model opset to a supported version using ## Recommendation -Finally the script will provide information on how to [convert the model to the ORT format](../../../../docs/reference/ort-model-format.md) required by ORT Mobile, and recommend which of the two ORT format models to use. +Finally the script will provide information on how to [convert the model to the ORT format](../../../../docs/reference/ort-format-models.md) required by ORT Mobile, and recommend which of the two ORT format models to use. ``` INFO: Run `python -m onnxruntime.tools.convert_onnx_models_to_ort ...` to convert the ONNX model to ORT format.