mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-21 13:51:59 +02:00
Fixing broken links in reference of docs (#121)
Looks like there was a refactor at some point where this went from a flat directory to split into categories, and some of the links never got changed. Just fixing those up.
This commit is contained in:
parent
dcbca782e5
commit
4492be6e60
@ -9,19 +9,19 @@ This is the full reference documentation for all of the pieces of Slate, broken
|
||||
- **Models**
|
||||
- [Block](./models/block.md)
|
||||
- [Character](./models/character.md)
|
||||
- [Data](./data.md)
|
||||
- [Data](./models/data.md)
|
||||
- [Document](./models/document.md)
|
||||
- [Inline](./models/inline.md)
|
||||
- [Mark](./models/mark.md)
|
||||
- [Node](./models/node.md)
|
||||
- [Selection](./models/selection.md)
|
||||
- [State](./models/state.md)
|
||||
- [Text](./text.md)
|
||||
- [Text](./models/text.md)
|
||||
- [Transform](./models/transform.md)
|
||||
- **Serializers**
|
||||
- [Html](./html.md)
|
||||
- [Plain](./plain.md)
|
||||
- [Raw](./raw.md)
|
||||
- [Html](./serializers/html.md)
|
||||
- [Plain](./serializers/plain.md)
|
||||
- [Raw](./serializers/raw.md)
|
||||
- **Plugins**
|
||||
- [Plugins](./plugins/plugins.md)
|
||||
- [Core](./plugins/core.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user