fix links

This commit is contained in:
Hans Pagel 2020-10-29 13:13:27 +01:00
parent 89465e6d55
commit f4fdb4306c
3 changed files with 3 additions and 3 deletions

View File

@ -67,4 +67,4 @@ Have a look at all of the core commands listed below. They should give you a goo
| .selectAll() | Select the whole document. |
### Extensions
All extension can add additional commands (and most do), check out the specific [documentation for the provided extensions](/api/extensions) to learn more about that. Of course, you can [add your custom extensions](/guide/custom-extensions) with custom commands aswell.
All extension can add additional commands (and most do), check out the specific [documentation for the provided extensions](/api/extensions) to learn more about that. Of course, you can [add your custom extensions](/guide/build-custom-extensions) with custom commands aswell.

View File

@ -52,4 +52,4 @@ This section is not ready yet. Meanwhile, [search through GitHub issues](https:/
:::
## Your custom extensions
Didnt find what youre looking for? No worries, [you can build your own extensions](/guide/custom-extensions).
Didnt find what youre looking for? No worries, [you can build your own extensions](/guide/build-custom-extensions).

View File

@ -71,7 +71,7 @@ const CustomExtension = createNode({
})
```
Dont forget to call `create()` in the end! Read more about [all the nifty details building custom extensions](/guide/custom-extensions) in our guide.
Dont forget to call `create()` in the end! Read more about [all the nifty details building custom extensions](/guide/build-custom-extensions) in our guide.
### Renamed API methods
[We renamed a lot of commands](/api/commands), hopefully you can migrate to the new API with search & replace. Here is a list of what changed: