Skip to content

Commit 5dfc37f

Browse files
authored
Broken link fixed
1 parent 7d2d318 commit 5dfc37f

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)