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"