Fix broken python docs links (#2740)

This commit is contained in:
Faith Xu 2019-12-25 15:58:56 -08:00 committed by Changming Sun
parent ebf23744eb
commit f142b683a1

View file

@ -18,8 +18,8 @@ For a list of available dockerfiles and published images to help with getting st
* [Model Inferencing using NUPHAR Execution Provider](../docs/python/notebooks/onnxruntime-nuphar-tutorial.ipynb)
**Inference with model conversion**
* [SKL Pipeline: Train, Convert, and Inference](https://microsoft.github.io/onnxruntime/tutorial.html)
* [Keras: Convert and Inference](https://microsoft.github.io/onnxruntime/auto_examples/plot_dl_keras.html#sphx-glr-auto-examples-plot-dl-keras-py)
* [SKL Pipeline: Train, Convert, and Inference](https://microsoft.github.io/onnxruntime/python/tutorial.html)
* [Keras: Convert and Inference](https://microsoft.github.io/onnxruntime/python/auto_examples/plot_dl_keras.html#sphx-glr-auto-examples-plot-dl-keras-py)
**Inference and deploy through AzureML**
* Inferencing on CPU using [ONNX Model Zoo](https://github.com/onnx/models) models:
@ -43,7 +43,7 @@ For a list of available dockerfiles and published images to help with getting st
**Other**
* [Running ONNX model tests](./docs/Model_Test.md)
* [Common Errors with explanations](https://microsoft.github.io/onnxruntime/auto_examples/plot_common_errors.html#sphx-glr-auto-examples-plot-common-errors-py)
* [Common Errors with explanations](https://microsoft.github.io/onnxruntime/python/auto_examples/plot_common_errors.html#sphx-glr-auto-examples-plot-common-errors-py)
## C#
* [Inferencing Tutorial](../docs/CSharp_API.md#getting-started)