From f2beeeef4ac7f56d2e6a2c9afc9f4c59d0775ef3 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 8 Feb 2023 16:14:55 +0100 Subject: [PATCH] chore: fixing changeset Signed-off-by: blam --- .changeset/rotten-birds-build.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.changeset/rotten-birds-build.md b/.changeset/rotten-birds-build.md index c79123411a..24bcb599bd 100644 --- a/.changeset/rotten-birds-build.md +++ b/.changeset/rotten-birds-build.md @@ -2,5 +2,6 @@ '@backstage/plugin-microsoft-calendar': minor --- -Created a new Frontend plugin @backstage/plugin-microsoft-calendar and added it to plugins directory. -please refer to [readme.md](./../plugins/microsoft-calendar/README.md) for step wise instruction to setup the plugin in your backstage frontend app. +Created a new plugin `@backstage/plugin-microsoft-calendar` to display events from a Microsoft Calendar. + +please refer to the [README.md](https://backstage.io/docs/plugins/microsoft-calendar/README.md) for step-by-step instructions to setup the plugin in your Backstage instance.