From 4e6ec4fe53e90f8182b2b17969022339e77a07a8 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Tue, 6 Apr 2021 21:43:31 -0700 Subject: [PATCH] docs: Fix links in Nodes documentation --- docs/api/nodes/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/nodes/README.md b/docs/api/nodes/README.md index 555165183..5a1fe83c9 100644 --- a/docs/api/nodes/README.md +++ b/docs/api/nodes/README.md @@ -9,7 +9,7 @@ type Descendant = Element | Text type Ancestor = Editor | Element ``` -- [Node](https://github.com/ianstormtaylor/slate/tree/5b6b29d33ddcdb9f7f3601477f1ae93c7d5fe45b/docs/api/api/node.md) -- [Editor](https://github.com/ianstormtaylor/slate/tree/5b6b29d33ddcdb9f7f3601477f1ae93c7d5fe45b/docs/api/api/editor.md) -- [Element](https://github.com/ianstormtaylor/slate/tree/5b6b29d33ddcdb9f7f3601477f1ae93c7d5fe45b/docs/api/api/element.md) -- [Text](https://github.com/ianstormtaylor/slate/tree/5b6b29d33ddcdb9f7f3601477f1ae93c7d5fe45b/docs/api/api/text.md) +- [Node](./node.md) +- [Editor](./editor.md) +- [Element](./element.md) +- [Text](./text.md)