From 3e50e3a502733ece729fa3d08a88435b58c5c95e Mon Sep 17 00:00:00 2001 From: maliming Date: Sun, 21 Jul 2019 22:07:54 +0800 Subject: [PATCH] Update Dashboard-Widget-System.md --- docs/en/AspNetCore/Dashboard-Widget-System.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/AspNetCore/Dashboard-Widget-System.md b/docs/en/AspNetCore/Dashboard-Widget-System.md index 566f1bf27c..58e13e0a35 100644 --- a/docs/en/AspNetCore/Dashboard-Widget-System.md +++ b/docs/en/AspNetCore/Dashboard-Widget-System.md @@ -213,7 +213,7 @@ We will use **FilterDto** in **Global Filters** section. Now we can start to work on our widget. -![widget file tree](..\images\MonthlyProfitWidgetFiles.png) +![widget file tree](../images/MonthlyProfitWidgetFiles.png) You can see the files that we will create our widget. (If your widget won't need css or javascript, you don't need to create them and contributors as well.)