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:
Andrei Ivanovici
2024-05-06 18:59:38 +03:00
committed by GitHub
parent 0a5afe95ec
commit 9a22ffef8a
@@ -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);