From 768bd3882224acb9a613a75d1392aa0f24e32dd5 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Thu, 15 Apr 2021 22:08:07 +0200 Subject: [PATCH] Update v3-migration.md (#8904) Update link to index axis of horizontal bar --- docs/getting-started/v3-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/v3-migration.md b/docs/getting-started/v3-migration.md index 8491b3d87ae..3318499ce96 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