From becf691ebff11ae00049d5d9ad654befa8fe4313 Mon Sep 17 00:00:00 2001 From: Web-VPF Date: Mon, 29 Nov 2021 01:27:58 +0200 Subject: [PATCH] Docs UI Fix paths to screenshots of diagrams --- modules/system/assets/ui/docs/chart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/system/assets/ui/docs/chart.md b/modules/system/assets/ui/docs/chart.md index d2fdd595f5..0c3e7ea439 100644 --- a/modules/system/assets/ui/docs/chart.md +++ b/modules/system/assets/ui/docs/chart.md @@ -17,7 +17,7 @@ The pie chart outputs information as a circle diagram, with optional label in th -![image](https://github.com/wintercms/docs/blob/master/assets/images/traffic-sources.png?raw=true) {.img-responsive .frame} +![image](https://github.com/wintercms/docs/blob/main/images/traffic-sources.png?raw=true) {.img-responsive .frame} ## Line chart @@ -37,7 +37,7 @@ The next example shows a line chart markup. Data sets are defined with the SPAN -![image](https://github.com/wintercms/docs/blob/master/assets/images/line-chart.png?raw=true) {.img-responsive .frame} +![image](https://github.com/wintercms/docs/blob/main/images/line-chart.png?raw=true) {.img-responsive .frame} ## Bar chart @@ -56,7 +56,7 @@ The next example shows a bar chart markup. The **wrap-legend** class is optional -![image](https://github.com/wintercms/docs/blob/master/assets/images/bar-chart.png?raw=true) {.img-responsive .frame} +![image](https://github.com/wintercms/docs/blob/main/images/bar-chart.png?raw=true) {.img-responsive .frame} # Example