1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 20:24:01 +02:00

docs: Fix links in Nodes documentation

This commit is contained in:
Sunny Hirai
2021-04-06 21:43:31 -07:00
parent d034c19616
commit 4e6ec4fe53

View File

@@ -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)