redo fix broken link (#11162)

* redo fix broken link

* fix other broken link
This commit is contained in:
Olivia Jain 2022-04-08 10:58:22 -07:00 committed by GitHub
parent 173f7f623c
commit b8ac9fd3bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.