From c9fa1a2e9a2b853f9cbf6a45bd427309ad9429d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Sj=C3=B6=C3=B6h?= Date: Thu, 3 Nov 2022 07:08:18 +0100 Subject: [PATCH] fix logo url --- provider/cmd/pulumi-resource-sentry/schema.json | 2 +- provider/resources.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provider/cmd/pulumi-resource-sentry/schema.json b/provider/cmd/pulumi-resource-sentry/schema.json index 92329c5..96ccd8f 100644 --- a/provider/cmd/pulumi-resource-sentry/schema.json +++ b/provider/cmd/pulumi-resource-sentry/schema.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "attribution": "This Pulumi package is based on the [`sentry` Terraform Provider](https://github.com/jianyuan/terraform-provider-sentry).", "repository": "https://github.com/pulumiverse/pulumi-sentry", - "logoUrl": "https://raw.githubusercontent.com/pulumiverse/.github/main/assets/mascot.png", + "logoUrl": "https://raw.githubusercontent.com/pulumiverse/pulumi-sentry/main/sentry.svg", "pluginDownloadURL": "github://api.github.com/pulumiverse", "publisher": "Pulumiverse", "meta": { diff --git a/provider/resources.go b/provider/resources.go index 794eecc..df1a57d 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -70,7 +70,7 @@ func Provider() tfbridge.ProviderInfo { // // You may host a logo on a domain you control or add an SVG logo for your package // in your repository and use the raw content URL for that file as your logo URL. - LogoURL: "https://raw.githubusercontent.com/pulumiverse/.github/main/assets/mascot.png", + LogoURL: "https://raw.githubusercontent.com/pulumiverse/pulumi-sentry/main/sentry.svg", // PluginDownloadURL is an optional URL used to download the Provider // for use in Pulumi programs // e.g https://github.com/org/pulumi-provider-name/releases/