1
0
Fork 0

fix(markdown): Broken links in dev docs

This commit is contained in:
Joost De Cock 2022-01-12 19:28:46 +01:00
parent 72c993ae98
commit 9cee152d0a

View file

@ -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 {