1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-23 15:32:59 +02:00

Fixed broken HTML serializer link (#2239)

This commit is contained in:
Andrei Cacio
2018-10-09 18:51:37 +03:00
committed by Ian Storm Taylor
parent 2a024a6806
commit de9a07900e

View File

@@ -28,7 +28,7 @@ class App extends React.Component {
That will render a basic Slate editor on your page.
Now... we need to add the [`Html`](../reference/serializers/html.md) serializer. And to do that, we need to tell it a bit about the schema we plan on using. For this example, we'll work with a schema that has a few different parts:
Now... we need to add the [`Html`](../reference/slate-html-serializer/index.md) serializer. And to do that, we need to tell it a bit about the schema we plan on using. For this example, we'll work with a schema that has a few different parts:
* A `paragraph` block.
* A `code` block for code samples.