docs: fix reference links

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-09-12 15:36:48 +02:00
parent 7e32ac97cb
commit e65c42aa77
3 changed files with 49 additions and 49 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ export const ExamplePage = examplePlugin.provide(
This is where the plugin is created and where it creates and exports extensions
that can be imported and used the app. See reference docs for
[createPlugin](../reference/createPlugin.md) or introduction to the new
[Composability System](./composability.md).
[createPlugin](../reference/core-plugin-api.createplugin.md) or introduction to
the new [Composability System](./composability.md).
## Components