From 3c5f4ca1e1fd4fa21226fe101152ef38aa5a9857 Mon Sep 17 00:00:00 2001 From: Johannes Kleinlercher Date: Wed, 12 Jul 2023 13:40:20 +0200 Subject: [PATCH] fix: authorUrl without https Signed-off-by: Johannes Kleinlercher --- microsite/data/plugins/k8sgpt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/k8sgpt.yaml b/microsite/data/plugins/k8sgpt.yaml index f8a5d9e449..437ee9c2c9 100644 --- a/microsite/data/plugins/k8sgpt.yaml +++ b/microsite/data/plugins/k8sgpt.yaml @@ -1,7 +1,7 @@ --- title: k8sgpt author: suxess-it -authorUrl: github.com/suxess-it +authorUrl: https://github.com/suxess-it category: monitoring description: show all k8sgpt results of the k8sgpt operator related to your entity documentation: https://github.com/suxess-it/backstage-plugin-k8sgpt/blob/main/README.md