From 049f3803d5810ea0d59d48f5f6e2ac185bd896d7 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Sun, 12 Apr 2020 03:09:07 +0900 Subject: [PATCH] DOC: createPlugin and router reference docs are now here --- docs/getting-started/structure-of-a-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/structure-of-a-plugin.md b/docs/getting-started/structure-of-a-plugin.md index 2b31221373..361546a1b6 100644 --- a/docs/getting-started/structure-of-a-plugin.md +++ b/docs/getting-started/structure-of-a-plugin.md @@ -54,7 +54,7 @@ export default createPlugin({ }); ``` -This is where the plugin is created and where it hooks into the app by declaring what component should be shown on what url. See reference docs for [createPlugin(coming soon)](http://github.com/spotify/backstage/) or [router(coming soon)](http://github.com/spotify/backstage/). +This is where the plugin is created and where it hooks into the app by declaring what component should be shown on what url. See reference docs for [createPlugin](../reference/createPlugin.md) or [router](../reference/createPlugin-router.md). ## Components