diff --git a/docs/zh-Hans/AspNetCore/Dashboard-Widget-System.md b/docs/zh-Hans/AspNetCore/Dashboard-Widget-System.md index a804f9aedd..ef3140d8d2 100644 --- a/docs/zh-Hans/AspNetCore/Dashboard-Widget-System.md +++ b/docs/zh-Hans/AspNetCore/Dashboard-Widget-System.md @@ -213,7 +213,7 @@ namespace DashboardDemo 现在我们可以开始处理我们的小部件了. -![widget file tree](..\images\MonthlyProfitWidgetFiles.png) +![widget file tree](../images/MonthlyProfitWidgetFiles.png) 你可以看到我们将创建小部件的文件. (如果你的小部件不需要css或javascript,则不需要创建它们和贡献者). @@ -556,4 +556,4 @@ namespace DashboardDemo.Pages.widgets.Filters ## 源代码 -你可以在[Github](https://github.com/abpframework/abp/tree/dev/samples/DashboardDemo)查看仪表板的示例应用程序 \ No newline at end of file +你可以在[Github](https://github.com/abpframework/abp/tree/dev/samples/DashboardDemo)查看仪表板的示例应用程序