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