From bc58af272292a771f37d97bc0f121217acb8fc2f Mon Sep 17 00:00:00 2001 From: Julio Zynger Date: Sat, 15 Jan 2022 15:47:42 +0100 Subject: [PATCH] Replace GoCD plugin logo The original link does not render on the plugins page, replace it with an asset from the official website. Signed-off-by: Julio Zynger --- microsite/data/plugins/gocd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/gocd.yaml b/microsite/data/plugins/gocd.yaml index 7bf24d75fd..7c7190effc 100644 --- a/microsite/data/plugins/gocd.yaml +++ b/microsite/data/plugins/gocd.yaml @@ -5,7 +5,7 @@ authorUrl: https://github.com/soundcloud category: CI/CD description: GoCD is an open-source tool which is used in software development to help teams and organizations automate the continuous delivery of software. documentation: https://github.com/backstage/backstage/tree/master/plugins/gocd -iconUrl: https://pics.freeicons.io/uploads/icons/png/13646383971540553613-512.png +iconUrl: https://www.gocd.org/assets/images/go_logo-5b5ca9e1.svg npmPackageName: '@backstage/plugin-gocd' tags: - ci