From dd88d8a7f2ddbb22d490f23a9ae3cb462afa0841 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 13 Jan 2022 19:01:45 +0100 Subject: [PATCH] fix(markdown): Broken links in dev docs --- markdown/dev/reference/api/utils/curveintersectsx/en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/markdown/dev/reference/api/utils/curveintersectsx/en.md b/markdown/dev/reference/api/utils/curveintersectsx/en.md index 47f0d7b1f88..abf8ec96d33 100644 --- a/markdown/dev/reference/api/utils/curveintersectsx/en.md +++ b/markdown/dev/reference/api/utils/curveintersectsx/en.md @@ -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. - +A Utils.curveIntersectX() example ```js let {