From 5635f9011d2b64164ced0f4dc3579ffacf835958 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Tue, 6 Apr 2021 21:49:26 -0700 Subject: [PATCH] docs: Fix link to Range reference --- 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 15d472fab..ff50a2894 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](https://github.com/ianstormtaylor/slate/tree/d82ffe49a5253de08adab8f36ac7f07879037977/docs/reference/slate/range.md). +> 🤖 For more info, check out the [`Range` reference](../api/range.md). ## Selection