diff --git a/docs/releases/v1.47.0.md b/docs/releases/v1.47.0.md index 6831b96b46..55dfd17693 100644 --- a/docs/releases/v1.47.0.md +++ b/docs/releases/v1.47.0.md @@ -94,13 +94,13 @@ Contributed by [@imod](https://github.com/imod) in [#31410](https://github.com/b Widget configuration changes are now only saved when the Save button is explicitly clicked. A new Cancel button has been added to enable users to discard unsaved changes -Contributed by [@kmikko](https://github.com/kmikko) in [#31198](https://github.com/pull/31198) +Contributed by [@kmikko](https://github.com/kmikko) in [#31198](https://github.com/backstage/backstage/pull/31198) ### Improved performance for `GithubOrgEntityProvider` `GithubOrgEntityProvider` membership event handling and edit team has been improved. The provider now fetches only the specific user's teams instead of all organization users when processing membership events, and uses `addEntitiesOperation` instead of `replaceEntitiesOperation` to avoid unnecessary entity deletions. -Contributed by [@angeliski](https://github.com/angeliski) in [#32184](https://github.com/pull/32184) +Contributed by [@angeliski](https://github.com/angeliski) in [#32184](https://github.com/backstage/backstage/pull/32184) ### `Link` component now uses React Router’s navigation system