fix broken url in docs (#8070)

This commit is contained in:
SaintMalik
2020-11-18 13:57:59 +01:00
committed by GitHub
parent 046d37882a
commit 200c04db99
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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)