Skip to content

Commit 192cc41

Browse files
authored
Merge pull request #173889 from atikmapari/Broken-link-prasantp
Broken link fixed
2 parents 3733a54 + 5dfc37f commit 192cc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/concept-onnx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ results = session.run(["output1", "output2"], {
7575
results = session.run([], {"input1": indata1, "input2": indata2})
7676
```
7777

78-
For the complete Python API reference, see the [ONNX Runtime reference docs](https://aka.ms/onnxruntime-python).
78+
For the complete Python API reference, see the [ONNX Runtime reference docs](https://onnxruntime.ai/docs/api/python-api.html).
7979

8080
## Examples
8181
See [how-to-use-azureml/deployment/onnx](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/deployment/onnx) for example Python notebooks that create and deploy ONNX models.

0 commit comments

Comments
 (0)