From c9216f3aa482739238254123f81949c63f190f56 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 24 Sep 2020 10:59:34 +0200 Subject: [PATCH] [DragAndDropExample] Fix link to image. (#137) --- DragAndDropExample/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DragAndDropExample/Readme.md b/DragAndDropExample/Readme.md index f6802092..db29fefe 100644 --- a/DragAndDropExample/Readme.md +++ b/DragAndDropExample/Readme.md @@ -19,7 +19,7 @@ The drag will contain two items: When the drop happens on the **Green View**, the drop counter will be incremented and the contents of the drag package will be read and displayed in the console. -![Sample drag and drop sample](Screenshots/0.png) +![Sample drag and drop sample](Screenshots/01.png) ## Prerequisites