Skip to content

Commit 1f172ab

Browse files
authored
Merge pull request ChartsCSS#15 from maartenpaauw/main
Fix link to axes and tooltips
2 parents 11183a4 + 8b90083 commit 1f172ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/wrapper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To transform it to a bar chart we need to add the `.bar` class.
6161
</table>
6262
```
6363

64-
Only then you can start adding some inner components like [axes](/charts/axes), [tooltips](/charts/tooltip) etc.
64+
Only then you can start adding some inner components like [axes](/components/axes), [tooltips](/components/tooltips) etc.
6565

6666
```html
6767
<table class="charts-css bar show-primary-axis show-4-secondary-axes show-data-axes">

0 commit comments

Comments
 (0)