From 8b2ce74d6f51ed823ce20b6e5a19ad812c06a01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 22 Jan 2026 13:06:47 +0100 Subject: [PATCH] fix links in release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs/releases/v1.47.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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