From 20716ae14f8f8cbba36e66f85455ca11f137946c Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 4 Dec 2020 10:42:47 -0500 Subject: [PATCH] Change sample repo URL --- plugins/catalog-import/src/components/ImportComponentForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-import/src/components/ImportComponentForm.tsx b/plugins/catalog-import/src/components/ImportComponentForm.tsx index 9a4fd38a06..dab5ccbea2 100644 --- a/plugins/catalog-import/src/components/ImportComponentForm.tsx +++ b/plugins/catalog-import/src/components/ImportComponentForm.tsx @@ -99,7 +99,7 @@ export const RegisterComponentForm = ({ nextStep, saveConfig }: Props) => { variant="outlined" label="Repository URL" error={hasErrors} - placeholder="https://github.com/spotify/backstage" + placeholder="https://github.com/backstage/backstage" name="componentLocation" required margin="normal"