fix broken links

This commit is contained in:
Hans Pagel
2020-11-16 11:34:24 +01:00
parent 480f863de3
commit 2d5f15f338
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ createNode({
#### Defining
Nodes get dropped when their entire content is replaced (for example, when pasting new content) by default. If a node should be kept for such replace operations, configure them as `defining`.
Typically, that applies to [`Blockquote`](/api/node/blockquote), [`CodeBlock`](/api/node/code-block), [`Heading`](/api/node/heading), and [`ListItem`](/api/node/list-item).
Typically, that applies to [`Blockquote`](/api/nodes/blockquote), [`CodeBlock`](/api/nodes/code-block), [`Heading`](/api/nodes/heading), and [`ListItem`](/api/nodes/list-item).
```js
createNode({