From fdd3ede6aa8e3678d3034d8b4e347819de7707ee Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Tue, 17 Aug 2021 02:29:18 -0700 Subject: [PATCH] Fix broken link. (#9555) Fix broken link from Creating Custom Tick Formats section to the Tick API page. --- docs/axes/labelling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/axes/labelling.md b/docs/axes/labelling.md index 1afb514d7c3..527e53fd175 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.