Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/system/assets/ui/docs/chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The pie chart outputs information as a circle diagram, with optional label in th
</ul>
</div>

![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}

<a name="line-chart" class="anchor" href="#line-chart"></a>
## Line chart
Expand All @@ -37,7 +37,7 @@ The next example shows a line chart markup. Data sets are defined with the SPAN
</span>
</div>

![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}

<a name="bar-chart" class="anchor" href="#bar-chart"></a>
## Bar chart
Expand All @@ -56,7 +56,7 @@ The next example shows a bar chart markup. The **wrap-legend** class is optional
</ul>
</div>

![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

Expand Down