From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Thu, 15 Apr 2021 20:08:07 +0000 (+0200) Subject: Update v3-migration.md (#8904) X-Git-Tag: v3.1.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=768bd3882224acb9a613a75d1392aa0f24e32dd5;p=thirdparty%2FChart.js.git Update v3-migration.md (#8904) Update link to index axis of horizontal bar --- diff --git a/docs/getting-started/v3-migration.md b/docs/getting-started/v3-migration.md index 8491b3d87..3318499ce 100644 --- a/docs/getting-started/v3-migration.md +++ b/docs/getting-started/v3-migration.md @@ -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