From 766e0b6d9a09a53fcf153e789bd6acbec42216c1 Mon Sep 17 00:00:00 2001 From: Spencer Zeng <58009357+zengspr@users.noreply.github.com> Date: Wed, 21 Dec 2022 21:44:22 -0800 Subject: [PATCH] Fix broken selection transforms link in editor docs (#5234) --- docs/concepts/07-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/07-editor.md b/docs/concepts/07-editor.md index f5caefa08..ca261006c 100644 --- a/docs/concepts/07-editor.md +++ b/docs/concepts/07-editor.md @@ -35,7 +35,7 @@ It is slightly more complex than the others, because it contains all of the top- The `children` property contains the document tree of nodes that make up the editor's content. The `selection` property contains the user's current selection, if any. -Don't set it directly; use [Transforms.select](04-transforms#selection-transforms) +Don't set it directly; use [Transforms.select](04-transforms.md#selection-transforms) The `operations` property contains all of the operations that have been applied since the last "change" was flushed. \(Since Slate batches operations up into ticks of the event loop.\)