chore: use generic example
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Andrei Ivanovici <andrei-ivanovici@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ export const ImportInfoCard = (props: ImportInfoCardProps) => {
|
||||
const {
|
||||
exampleLocationUrl = 'https://github.com/backstage/backstage/blob/master/catalog-info.yaml',
|
||||
exampleGitRepositoryUrl = 'https://github.com/backstage/backstage',
|
||||
exampleAzureRepositoryUrl = 'https://dev.azure.com/spotify/backstage/_git/backstage',
|
||||
exampleAzureRepositoryUrl = 'https://dev.azure.com/org-name/project-name/_git/repo-name,
|
||||
} = props;
|
||||
|
||||
const configApi = useApi(configApiRef);
|
||||
|
||||
Reference in New Issue
Block a user