From f11f55c29297e8dcb0499bcf5b19441fc5070002 Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Wed, 25 Dec 2019 12:53:10 -0800 Subject: [PATCH] Fix broken python docs links --- samples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/README.md b/samples/README.md index 7b399953ff83e..50cada3d13a56 100644 --- a/samples/README.md +++ b/samples/README.md @@ -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)