rewrite repo location urls
This commit is contained in:
@@ -51,7 +51,7 @@ describe('commonGit preparer', () => {
|
||||
|
||||
const mockEntity = createMockEntity({
|
||||
'backstage.io/techdocs-ref':
|
||||
'github:https://github.com/spotify/backstage/blob/master/plugins/techdocs-backend/examples/documented-component',
|
||||
'github:https://github.com/backstage/backstage/blob/master/plugins/techdocs-backend/examples/documented-component',
|
||||
});
|
||||
|
||||
const tempDocsPath = await preparer.prepare(mockEntity);
|
||||
|
||||
@@ -78,7 +78,7 @@ describe('directory preparer', () => {
|
||||
|
||||
const mockEntity = createMockEntity({
|
||||
'backstage.io/managed-by-location':
|
||||
'github:https://github.com/spotify/backstage/blob/master/catalog-info.yaml',
|
||||
'github:https://github.com/backstage/backstage/blob/master/catalog-info.yaml',
|
||||
'backstage.io/techdocs-ref': 'dir:./docs',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user