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