From 77176e8678b95ddb3f8de18c443bcb22d10fb9ae Mon Sep 17 00:00:00 2001 From: Louis-Philippe Bourret Date: Tue, 24 Sep 2019 13:27:18 -0400 Subject: [PATCH] Fix broken link to mnist model (#1896) --- samples/c_cxx/MNIST/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/c_cxx/MNIST/ReadMe.md b/samples/c_cxx/MNIST/ReadMe.md index 043a63dbc9..1716f054ec 100644 --- a/samples/c_cxx/MNIST/ReadMe.md +++ b/samples/c_cxx/MNIST/ReadMe.md @@ -1,6 +1,6 @@ # MNIST Sample - Number recognition -This sample uses the MNIST model from the Model Zoo: https://github.com/onnx/models/tree/master/mnist +This sample uses the MNIST model from the Model Zoo: https://github.com/onnx/models/tree/master/vision/classification/mnist ![Screenshot](Screenshot.png)