1
0
Fork 0

fix(markdown): Broken links in dev docs

This commit is contained in:
Joost De Cock 2022-01-13 19:01:45 +01:00
parent ee8b9ac8e0
commit dd88d8a7f2

View file

@ -14,17 +14,17 @@ array | Point | false utils.curveIntersectsX(
Finds the point(s) where a curve intersects a given X-value.
This is a low-level variant
of [`Path.intersectsX()`](/en/docs/developer/api/path/#pathintersectsx).
of [`Path.intersectsX()`](/reference/api/path/#pathintersectsx).
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_curveintersectsx" caption="A Utils.curveIntersectX() example" />
<Example part="utils_curveintersectsx">A Utils.curveIntersectX() example</Example>
```js
let {