]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fix broken url in docs (#8070)
authorSaintMalik <37118134+saintmalik@users.noreply.github.com>
Wed, 18 Nov 2020 12:57:59 +0000 (13:57 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Nov 2020 12:57:59 +0000 (07:57 -0500)
docs/docs/axes/cartesian/timeseries.md
docs/docs/axes/radial/index.md

index 1ec50a20569d34705d33eccc52bdef787f0a4e05..41d22b5e04989bcb458b1ff0d5395e207a4da2f0 100644 (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.
index 4622f6bc54c9b667cee26b88f0d5aae6586e368f..e44bef0aa0b25421518d902d3749a38d2f6af7fd 100644 (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)