Skip to content

Commit 9221fcd

Browse files
authored
Merge pull request #17 from pulumiverse/henriiik/update-logo-url
fix logo url
2 parents 2127285 + c9fa1a2 commit 9221fcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

provider/cmd/pulumi-resource-sentry/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "Apache-2.0",
1212
"attribution": "This Pulumi package is based on the [`sentry` Terraform Provider](https://github.com/jianyuan/terraform-provider-sentry).",
1313
"repository": "https://github.com/pulumiverse/pulumi-sentry",
14-
"logoUrl": "https://raw.githubusercontent.com/pulumiverse/.github/main/assets/mascot.png",
14+
"logoUrl": "https://raw.githubusercontent.com/pulumiverse/pulumi-sentry/main/sentry.svg",
1515
"pluginDownloadURL": "github://api.github.com/pulumiverse",
1616
"publisher": "Pulumiverse",
1717
"meta": {

provider/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func Provider() tfbridge.ProviderInfo {
7070
//
7171
// You may host a logo on a domain you control or add an SVG logo for your package
7272
// in your repository and use the raw content URL for that file as your logo URL.
73-
LogoURL: "https://raw.githubusercontent.com/pulumiverse/.github/main/assets/mascot.png",
73+
LogoURL: "https://raw.githubusercontent.com/pulumiverse/pulumi-sentry/main/sentry.svg",
7474
// PluginDownloadURL is an optional URL used to download the Provider
7575
// for use in Pulumi programs
7676
// e.g https://github.com/org/pulumi-provider-name/releases/

0 commit comments

Comments
 (0)