1
0
mirror of https://github.com/d3/d3.git synced 2025-12-08 19:46:24 +00:00

fixed link typo in API reference (#2905)

This commit is contained in:
Dev-Lan 2016-07-13 18:44:59 -05:00 committed by Mike Bostock
parent bd55ecf1ec
commit 32c724ed6d

2
API.md
View File

@ -100,7 +100,7 @@ Human-readable reference marks for scales.
* [d3.axisTop](https://github.com/d3/d3-axis/blob/master/README.md#axisTop) - create a new top-oriented axis generator.
* [d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisTight) - create a new right-oriented axis generator.
* [d3.axisBottom](https://github.com/d3/d3-axis/blob/master/README.md#axisTottom) - create a new bottom-oriented axis generator.
* [d3.axisBottom](https://github.com/d3/d3-axis/blob/master/README.md#axisBottom) - create a new bottom-oriented axis generator.
* [d3.axisLeft](https://github.com/d3/d3-axis/blob/master/README.md#axisTeft) - create a new left-oriented axis generator.
* [*axis*](https://github.com/d3/d3-axis/blob/master/README.md#_axis) - generate an axis for the given selection.
* [*axis*.scale](https://github.com/d3/d3-axis/blob/master/README.md#axis_scale) - set the scale.