From bcb7c4e4c580c62c59a8b16d937cd0707ad451f2 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Tue, 13 Apr 2021 15:56:59 +0200 Subject: [PATCH] Fix range API link (#4194) --- docs/concepts/03-locations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/03-locations.md b/docs/concepts/03-locations.md index ff50a2894..971bdff43 100644 --- a/docs/concepts/03-locations.md +++ b/docs/concepts/03-locations.md @@ -83,7 +83,7 @@ Here's how Mozilla Developer Network explains it: One important distinction is that the anchor and focus points of ranges **always reference the leaf-level text nodes** in a document and never reference elements. This behavior is different than the DOM, but it simplifies working with ranges as there are fewer edge cases for you to handle. -> 🤖 For more info, check out the [`Range` reference](../api/range.md). +> 🤖 For more info, check out the [`Range` reference](../api/locations/range.md). ## Selection