Merge pull request #10293 from Bonial-International-GmbH/PJ_support-config

fix: ref to backstage/backstage at support config warning
This commit is contained in:
Patrik Oldsberg
2022-03-18 14:49:50 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
fix support config ref to use backstage/backstage
@@ -42,7 +42,7 @@ const DEFAULT_SUPPORT_CONFIG: SupportConfig = {
{
// TODO: Update to dedicated support page on backstage.io/docs
title: 'Add `app.support` config key',
url: 'https://github.com/andrewthauer/backstage/blob/master/app-config.yaml',
url: 'https://github.com/backstage/backstage/blob/master/app-config.yaml',
},
],
},