]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix broken link. (#9555)
authorEwan Mellor <github@ewanmellor.org>
Tue, 17 Aug 2021 09:29:18 +0000 (02:29 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Aug 2021 09:29:18 +0000 (12:29 +0300)
Fix broken link from Creating Custom Tick Formats section to the Tick
API page.

docs/axes/labelling.md

index 1afb514d7c36e87fcf14b8b38084c807ff82d63b..527e53fd175956010533da89afadee0696c39bd1 100644 (file)
@@ -24,7 +24,7 @@ The method receives 3 arguments:
 
 * `value` - the tick value in the **internal data format** of the associated scale.
 * `index` - the tick index in the ticks array.
-* `ticks` - the array containing all of the [tick objects](../api/interfaces/tick).
+* `ticks` - the array containing all of the [tick objects](../api/interfaces/Tick).
 
 The call to the method is scoped to the scale. `this` inside the method is the scale object.