From 94f66b812aa62d5ec631181adf1bbccf78144343 Mon Sep 17 00:00:00 2001 From: Kamesh Kotwani <36355951+kameshkotwani@users.noreply.github.com> Date: Wed, 8 Jul 2020 11:01:53 +0530 Subject: [PATCH] Fixed the broken link for example_settings.png (#4843) Due to changes in the directory structure of the `doc/images` folder, the link for `examples_settings.png` was broken and image was not showing up. I have fixed the link and image is showing up in the README.md file. --- doc/devdocs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/readme.md b/doc/devdocs/readme.md index 0c76d7ce0e..7f4d351fc0 100644 --- a/doc/devdocs/readme.md +++ b/doc/devdocs/readme.md @@ -156,4 +156,4 @@ This module has a setting to serve as an example for each of the currently imple - ColorPicker property - CustomAction property -![Image of the Options](/doc/images/example_powertoy/settings.png) +![Image of the Options](/doc/images/settings/example_settings.png)