From 2109688b0d3b466077bf7c9d854b5fccb76d82f1 Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Sat, 23 Nov 2019 09:19:54 -0600 Subject: [PATCH] fix link of Image Recognition Example --- docs/source/ImageRecognition.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/ImageRecognition.md b/docs/source/ImageRecognition.md index 14d1c32b..74d3ee5b 100644 --- a/docs/source/ImageRecognition.md +++ b/docs/source/ImageRecognition.md @@ -133,4 +133,5 @@ grace_hopper.jpg: 466 bulletproof vest, 0.005350832 2/18/2019 3:56:25 AM Completed InceptionArchGoogLeNet ``` -You can find the full source code from [github](https://github.com/SciSharp/TensorFlow.NET/tree/master/test/TensorFlowNET.Examples/ImageProcess). \ No newline at end of file +You can find the full source code from [github](https://github.com/SciSharp/TensorFlow.NET-Examples/tree/master/src/TensorFlowNET.Examples/ImageProcessing). +