Skip to content

Commit 1ef12d1

Browse files
Merge pull request #8985 from pulumi/agb/button-fix
Fix issue: Update Pulumi AI badge image to use new URL for "Get Started" button.
2 parents 7921026 + 14f936e commit 1ef12d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/layouts/partials/registry/package/pulumi-ai.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
{{ $title_tag := .Scratch.Get "title_tag" }}
99
{{ $prompt := printf "Explain resource %s, it's top scenarios and create a example usage for me." $title_tag }}
1010
<a class="pulumi-ai-badge" target="_blank" href="https://app.pulumi.com/neo?prompt={{ $prompt | urlquery }}&prefer_signup=true">
11-
<img src="/images/get-started-with-pulumi.svg" alt="Get Started">
11+
<img src="/images/docs/icons/get-started-with-pulumi.svg" alt="Get Started">
1212
</a>

0 commit comments

Comments
 (0)