From 200c04db99ceec68272eeec57609739be47c940b Mon Sep 17 00:00:00 2001 From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Wed, 18 Nov 2020 13:57:59 +0100 Subject: [PATCH] fix broken url in docs (#8070) --- docs/docs/axes/cartesian/timeseries.md | 2 +- docs/docs/axes/radial/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/axes/cartesian/timeseries.md b/docs/docs/axes/cartesian/timeseries.md index 1ec50a205..41d22b5e0 100644 --- a/docs/docs/axes/cartesian/timeseries.md +++ b/docs/docs/axes/cartesian/timeseries.md @@ -22,4 +22,4 @@ var chart = new Chart(ctx, { ## More details -Please see [the time scale documentation](./time.md) for all other details. +Please see [the time scale documentation](./time.mdx) for all other details. diff --git a/docs/docs/axes/radial/index.md b/docs/docs/axes/radial/index.md index 4622f6bc5..e44bef0aa 100644 --- a/docs/docs/axes/radial/index.md +++ b/docs/docs/axes/radial/index.md @@ -4,4 +4,4 @@ title: Radial Axes Radial axes are used specifically for the radar and polar area chart types. These axes overlay the chart area, rather than being positioned on one of the edges. One radial axis is included by default in Chart.js. -* [radialLinear](./linear.md#linear-radial-axis) +* [radialLinear](./linear.mdx) -- 2.47.2