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.