Fix broken link from Creating Custom Tick Formats section to the Tick
API page.
* `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.