Skip to content

Commit 8b13411

Browse files
authored
Merge pull request #176448 from GiftA-MSFT/patch-70
Fixes: MicrosoftDocs/azure-docs/issues/82448
2 parents 1ff98e6 + 8fb4302 commit 8b13411

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://onnxruntime.ai/docs/api/python-api.html).
78+
For the complete Python API reference, see the [ONNX Runtime reference docs](https://onnxruntime.ai/docs/api/python/api_summary.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)