]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update v3-migration.md (#8904)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Thu, 15 Apr 2021 20:08:07 +0000 (22:08 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Apr 2021 20:08:07 +0000 (23:08 +0300)
Update link to index axis of horizontal bar

docs/getting-started/v3-migration.md

index 8491b3d87ae9ee77443d50f97e5062b2dcf2b20c..3318499ce964ee0ed7eb394569669634ea78eb80 100644 (file)
@@ -51,7 +51,7 @@ const chart = new Chart(ctx, {
 
 ### Chart types
 
-* `horizontalBar` chart type was removed. Horizontal bar charts can be configured using the new [`indexAxis`](./charts/bar.md#horizontal-bar-chart) option
+* `horizontalBar` chart type was removed. Horizontal bar charts can be configured using the new [`indexAxis`](../charts/bar.md#horizontal-bar-chart) option
 
 ### Options