From e2ee2a09a542f045cb75c1425a69550b27d001d9 Mon Sep 17 00:00:00 2001
From: Remi Cresson <remi.cresson@irstea.fr>
Date: Sun, 6 Jan 2019 14:06:13 +0100
Subject: [PATCH] DOC: Add link to tutorial

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d3e3488..92272b5 100644
--- a/README.md
+++ b/README.md
@@ -491,7 +491,8 @@ Then, we use the **TensorflowModelServe** application to produce the **predictio
 ```
 otbcli_TensorflowModelServe -source1.il spot7.tif -source1.placeholder x1 -source1.rfieldx 16 -source1.rfieldy 16 -model.dir /tmp/my_new_model -output.names prediction -out map.tif uint8
 ```
-
+# Tutorial
+A complete tutorial is available at [MDL4EO's blog](https://mdl4eo.irstea.fr/2019/01/04/an-introduction-to-deep-learning-on-remote-sensing-images-tutorial/)
 # Contact
 You can contact Rémi Cresson if you have any issues with this remote module at remi [dot] cresson [at] irstea [dot] fr
 
-- 
GitLab