fix(markdown): Broken links in dev docs
This commit is contained in:
parent
72c993ae98
commit
9cee152d0a
1 changed files with 4 additions and 4 deletions
|
@ -14,17 +14,17 @@ array | Point | false utils.curveIntersectsY(
|
|||
Finds the point(s) where a curve intersects a given Y-value.
|
||||
|
||||
This is a low-level variant
|
||||
of [`Path.intersectsY()`](/en/docs/developer/api/path/#pathintersectsy).
|
||||
of [`Path.intersectsY()`](/reference/api/path/#pathintersectsy).
|
||||
Instead of a path, you describe a single curve by passing the four
|
||||
points that describes it.
|
||||
|
||||
This returns `false` if no intersections are found,
|
||||
a [Point](/en/docs/developer/api/point/) object if
|
||||
a [Point](/reference/api/point/) object if
|
||||
a single intersection is found, and an array
|
||||
of [Point](/en/docs/developer/api/point/) objects if
|
||||
of [Point](/reference/api/point/) objects if
|
||||
multiple intersections are found.
|
||||
|
||||
<Example part="utils_curveintersectsy" caption="A Utils.curveIntersectY() example" />
|
||||
<Example part="utils_curveintersectsy">A Utils.curveIntersectY() example</Example>
|
||||
|
||||
```js
|
||||
let {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue