From: Ewan Mellor Date: Tue, 17 Aug 2021 09:29:18 +0000 (-0700) Subject: Fix broken link. (#9555) X-Git-Tag: v3.5.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd3ede6aa8e3678d3034d8b4e347819de7707ee;p=thirdparty%2FChart.js.git Fix broken link. (#9555) Fix broken link from Creating Custom Tick Formats section to the Tick API page. --- diff --git a/docs/axes/labelling.md b/docs/axes/labelling.md index 1afb514d7..527e53fd1 100644 --- a/docs/axes/labelling.md +++ b/docs/axes/labelling.md @@ -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.