From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Wed, 18 Nov 2020 12:57:59 +0000 (+0100) Subject: fix broken url in docs (#8070) X-Git-Tag: v3.0.0-beta.7~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200c04db99ceec68272eeec57609739be47c940b;p=thirdparty%2FChart.js.git fix broken url in docs (#8070) --- 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)