From e6079349d9886baede6bd55e737987ce8738bb29 Mon Sep 17 00:00:00 2001 From: Heikki Hellgren Date: Tue, 6 Feb 2024 10:34:52 +0200 Subject: [PATCH] docs: remove link for docs Signed-off-by: Heikki Hellgren --- plugins/notifications-backend/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/notifications-backend/README.md b/plugins/notifications-backend/README.md index 38f8720f17..233d0e5e21 100644 --- a/plugins/notifications-backend/README.md +++ b/plugins/notifications-backend/README.md @@ -75,5 +75,3 @@ export const myPlugin = createBackendPlugin({ To be able to send notifications to users, you have to integrate the `@backstage/plugin-notifications-node` to your application and plugins. -See [README](https://github.com/backstage/backstage/blob/master/plugins/plugin-notifications-node/README.md) -for more information.