From 46501e1a051b12969934ad49b88a108ac53ee580 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Mon, 24 Mar 2025 11:50:18 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Marian Steinbach --- docs/notifications/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notifications/index.md b/docs/notifications/index.md index 79c8dfc8f6..2af8879ac0 100644 --- a/docs/notifications/index.md +++ b/docs/notifications/index.md @@ -160,7 +160,7 @@ Each notification processor will receive its own row in the settings page, where ## Additional info -An example of a backend plugin sending notifications can be found in the [`@backstage/plugin-scaffolder-backend-module-notifications` repository](https://github.com/backstage/backstage/tree/master/plugins/scaffolder-backend-module-notifications). +An example of a backend plugin sending notifications can be found in the [`@backstage/plugin-scaffolder-backend-module-notifications` package](https://github.com/backstage/backstage/tree/master/plugins/scaffolder-backend-module-notifications). Sources of the notifications and signals plugins: