From 7bd63fe56f1537454ba7e2e3060bcbb224b36c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 2 Sep 2021 13:08:59 +0200 Subject: [PATCH] fix the link to allure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- microsite/data/plugins/allure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/allure.yaml b/microsite/data/plugins/allure.yaml index b24a4157f9..defa7158c0 100644 --- a/microsite/data/plugins/allure.yaml +++ b/microsite/data/plugins/allure.yaml @@ -4,6 +4,6 @@ author: Deepak Bhardwaj authorUrl: https://github.com/deepak-bhardwaj-ps category: Reporting description: View Allure reports for your components in Backstage. -documentation: https://github.com/backstage/backstage/blob/plugin-allure/plugins/allure/README.md +documentation: https://github.com/backstage/backstage/tree/master/plugins/allure iconUrl: https://avatars.githubusercontent.com/u/5879127 npmPackageName: '@backstage/plugin-allure'