From 0a16c7de9eb1c0b23b011bdb67f96f533ae169c4 Mon Sep 17 00:00:00 2001 From: Dominik Przybyl Date: Sun, 5 May 2024 22:21:45 +0200 Subject: [PATCH] minor --- README.md | 6 +++--- docs/index.md | 4 ++-- docs/resources/instance.md | 4 ++-- provider/cmd/pulumi-resource-aem/schema.json | 2 +- provider/provider.go | 2 +- sdk/dotnet/Compose/README.md | 6 +++--- sdk/dotnet/README.md | 6 +++--- sdk/go/README.md | 6 +++--- sdk/nodejs/README.md | 6 +++--- sdk/python/README.md | 6 +++--- sdk/python/wttech_aem/README.md | 6 +++--- 11 files changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 3341ef1..6a13a19 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![AEM Compose Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) -[![WTT Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) +[![AEM Compose Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) +[![WTT Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) -[![Apache License, Version 2.0, January 2004](https://github.com/wttech/pulumi-aem/raw/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) +[![Apache License, Version 2.0, January 2004](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) # AEM Compose - Pulumi Native Provider diff --git a/docs/index.md b/docs/index.md index b231d01..f451503 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,8 +3,8 @@ page_title: "AEM Provider" subcategory: "" --- -[![AEM Compose Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) -[![WTT Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) +[![AEM Compose Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) +[![WTT Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) # AEM Provider diff --git a/docs/resources/instance.md b/docs/resources/instance.md index 8cc237d..d40fe5c 100644 --- a/docs/resources/instance.md +++ b/docs/resources/instance.md @@ -3,8 +3,8 @@ page_title: "AEM Provider - Resource 'aem_instance'" subcategory: "" --- -[![AEM Compose Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) -[![WTT Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) +[![AEM Compose Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) +[![WTT Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) # AEM Provider - Resource 'aem_instance' diff --git a/provider/cmd/pulumi-resource-aem/schema.json b/provider/cmd/pulumi-resource-aem/schema.json index cea7fcb..39073dd 100644 --- a/provider/cmd/pulumi-resource-aem/schema.json +++ b/provider/cmd/pulumi-resource-aem/schema.json @@ -11,7 +11,7 @@ "homepage": "https://github.com/wttech/pulumi-aem", "license": "Apache-2.0", "repository": "https://github.com/wttech/pulumi-aem", - "logoUrl": "https://github.com/wttech/pulumi-aem/raw/main/docs/logo.175.png", + "logoUrl": "https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/logo.175.png", "pluginDownloadURL": "github://api.github.com/wttech/pulumi-aem", "meta": { "moduleFormat": "(.*)" diff --git a/provider/provider.go b/provider/provider.go index bcc0d61..41b97c1 100644 --- a/provider/provider.go +++ b/provider/provider.go @@ -30,7 +30,7 @@ func Provider() p.Provider { Homepage: "https://github.com/wttech/pulumi-aem", Repository: "https://github.com/wttech/pulumi-aem", License: "Apache-2.0", - LogoURL: "https://github.com/wttech/pulumi-aem/raw/main/docs/logo.175.png", + LogoURL: "https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/logo.175.png", Description: "Easily manage AEM instances in the cloud without a deep dev-ops knowledge", Keywords: []string{"pulumi", "aem", "aemc", "cloud"}, LanguageMap: map[string]any{ diff --git a/sdk/dotnet/Compose/README.md b/sdk/dotnet/Compose/README.md index 3341ef1..6a13a19 100644 --- a/sdk/dotnet/Compose/README.md +++ b/sdk/dotnet/Compose/README.md @@ -1,7 +1,7 @@ -[![AEM Compose Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) -[![WTT Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) +[![AEM Compose Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) +[![WTT Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) -[![Apache License, Version 2.0, January 2004](https://github.com/wttech/pulumi-aem/raw/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) +[![Apache License, Version 2.0, January 2004](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) # AEM Compose - Pulumi Native Provider diff --git a/sdk/dotnet/README.md b/sdk/dotnet/README.md index 3341ef1..6a13a19 100644 --- a/sdk/dotnet/README.md +++ b/sdk/dotnet/README.md @@ -1,7 +1,7 @@ -[![AEM Compose Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) -[![WTT Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) +[![AEM Compose Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) +[![WTT Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) -[![Apache License, Version 2.0, January 2004](https://github.com/wttech/pulumi-aem/raw/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) +[![Apache License, Version 2.0, January 2004](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) # AEM Compose - Pulumi Native Provider diff --git a/sdk/go/README.md b/sdk/go/README.md index 3341ef1..6a13a19 100644 --- a/sdk/go/README.md +++ b/sdk/go/README.md @@ -1,7 +1,7 @@ -[![AEM Compose Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) -[![WTT Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) +[![AEM Compose Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) +[![WTT Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) -[![Apache License, Version 2.0, January 2004](https://github.com/wttech/pulumi-aem/raw/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) +[![Apache License, Version 2.0, January 2004](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) # AEM Compose - Pulumi Native Provider diff --git a/sdk/nodejs/README.md b/sdk/nodejs/README.md index 3341ef1..6a13a19 100644 --- a/sdk/nodejs/README.md +++ b/sdk/nodejs/README.md @@ -1,7 +1,7 @@ -[![AEM Compose Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) -[![WTT Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) +[![AEM Compose Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) +[![WTT Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) -[![Apache License, Version 2.0, January 2004](https://github.com/wttech/pulumi-aem/raw/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) +[![Apache License, Version 2.0, January 2004](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) # AEM Compose - Pulumi Native Provider diff --git a/sdk/python/README.md b/sdk/python/README.md index 3341ef1..6a13a19 100644 --- a/sdk/python/README.md +++ b/sdk/python/README.md @@ -1,7 +1,7 @@ -[![AEM Compose Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) -[![WTT Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) +[![AEM Compose Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) +[![WTT Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) -[![Apache License, Version 2.0, January 2004](https://github.com/wttech/pulumi-aem/raw/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) +[![Apache License, Version 2.0, January 2004](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) # AEM Compose - Pulumi Native Provider diff --git a/sdk/python/wttech_aem/README.md b/sdk/python/wttech_aem/README.md index 3341ef1..6a13a19 100644 --- a/sdk/python/wttech_aem/README.md +++ b/sdk/python/wttech_aem/README.md @@ -1,7 +1,7 @@ -[![AEM Compose Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) -[![WTT Logo](https://github.com/wttech/pulumi-aem/raw/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) +[![AEM Compose Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/logo-with-text.png)](https://github.com/wttech/aemc) +[![WTT Logo](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology) -[![Apache License, Version 2.0, January 2004](https://github.com/wttech/pulumi-aem/raw/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) +[![Apache License, Version 2.0, January 2004](https://raw.githubusercontent.com/wttech/pulumi-aem/main/docs/apache-license-badge.svg)](http://www.apache.org/licenses/) # AEM Compose - Pulumi Native Provider