mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-06 07:17:27 +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:
committed by
Ian Storm Taylor
parent
dcbca782e5
commit
4492be6e60
@@ -9,19 +9,19 @@ This is the full reference documentation for all of the pieces of Slate, broken
|
|||||||
- **Models**
|
- **Models**
|
||||||
- [Block](./models/block.md)
|
- [Block](./models/block.md)
|
||||||
- [Character](./models/character.md)
|
- [Character](./models/character.md)
|
||||||
- [Data](./data.md)
|
- [Data](./models/data.md)
|
||||||
- [Document](./models/document.md)
|
- [Document](./models/document.md)
|
||||||
- [Inline](./models/inline.md)
|
- [Inline](./models/inline.md)
|
||||||
- [Mark](./models/mark.md)
|
- [Mark](./models/mark.md)
|
||||||
- [Node](./models/node.md)
|
- [Node](./models/node.md)
|
||||||
- [Selection](./models/selection.md)
|
- [Selection](./models/selection.md)
|
||||||
- [State](./models/state.md)
|
- [State](./models/state.md)
|
||||||
- [Text](./text.md)
|
- [Text](./models/text.md)
|
||||||
- [Transform](./models/transform.md)
|
- [Transform](./models/transform.md)
|
||||||
- **Serializers**
|
- **Serializers**
|
||||||
- [Html](./html.md)
|
- [Html](./serializers/html.md)
|
||||||
- [Plain](./plain.md)
|
- [Plain](./serializers/plain.md)
|
||||||
- [Raw](./raw.md)
|
- [Raw](./serializers/raw.md)
|
||||||
- **Plugins**
|
- **Plugins**
|
||||||
- [Plugins](./plugins/plugins.md)
|
- [Plugins](./plugins/plugins.md)
|
||||||
- [Core](./plugins/core.md)
|
- [Core](./plugins/core.md)
|
||||||
|
Reference in New Issue
Block a user