From 65cea3843da16ddad372e5cc446d37c7a43f8345 Mon Sep 17 00:00:00 2001 From: Rogerio Angeliski Date: Sat, 8 Aug 2020 03:23:52 -0300 Subject: [PATCH] docs: fix link to plugin documentation (#1869) --- .../welcome/src/components/WelcomePage/WelcomePage.tsx | 4 ++-- plugins/welcome/src/components/WelcomePage/WelcomePage.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/create-app/templates/default-app/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx b/packages/create-app/templates/default-app/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx index d9ef0524c6..31c1c0f3e2 100644 --- a/packages/create-app/templates/default-app/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx +++ b/packages/create-app/templates/default-app/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx @@ -71,7 +71,7 @@ const WelcomePage: FC<{}> = () => { We suggest you either check out the documentation for{' '} - + creating a plugin {' '} or have a look in the code for the{' '} @@ -90,7 +90,7 @@ const WelcomePage: FC<{}> = () => { backstage.io - + Create a plugin diff --git a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx index 272297ed45..3ceb0af58d 100644 --- a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx +++ b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx @@ -113,7 +113,7 @@ const WelcomePage = () => { We suggest you either check out the documentation for{' '} - + creating a plugin {' '} or have a look in the code for the{' '} @@ -135,7 +135,7 @@ const WelcomePage = () => { backstage.io - + Create a plugin