diff --git a/.changeset/young-socks-yell.md b/.changeset/young-socks-yell.md new file mode 100644 index 00000000000..a2f8aa283d0 --- /dev/null +++ b/.changeset/young-socks-yell.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': patch +--- + +Fixed a broken image in the foundations documentation. diff --git a/polaris.shopify.com/content/foundations/patterns/help-content.md b/polaris.shopify.com/content/foundations/patterns/help-content.md index fb59a421cbd..50b35fbe4db 100644 --- a/polaris.shopify.com/content/foundations/patterns/help-content.md +++ b/polaris.shopify.com/content/foundations/patterns/help-content.md @@ -51,11 +51,11 @@ The following is an example of help content that was originally a card descripti #### Before -![Before: help text as a card description](/images/foundations/patterns/help-content/Before.png) +![Before: help text as a card description](/images/foundations/patterns/help-content/before.png) #### After -![After: help text close to the upload action](/images/foundations/patterns/help-content/After.png) +![After: help text close to the upload action](/images/foundations/patterns/help-content/after.png) --- @@ -84,7 +84,7 @@ The Help Center is a rich resource, but for a merchant it’s not always a conve ​ “Learn more” badges show an information icon that takes you to the Help Center. These are different from tooltips. On large screens, they expand on hover to reveal a “Learn more” link. -![“Learn more” badge interaction pattern](/images/foundations/patterns/help-content/learn-more-badges-interaction.png) +![“Learn more” badge interaction pattern](/images/foundations/patterns/help-content/learn-more-badges.png) Use “learn more” badges: ​ diff --git a/polaris.shopify.com/public/images/foundations/content/help-documentation/After.png b/polaris.shopify.com/public/images/foundations/patterns/help-content/after.png similarity index 100% rename from polaris.shopify.com/public/images/foundations/content/help-documentation/After.png rename to polaris.shopify.com/public/images/foundations/patterns/help-content/after.png diff --git a/polaris.shopify.com/public/images/foundations/content/help-documentation/Before.png b/polaris.shopify.com/public/images/foundations/patterns/help-content/before.png similarity index 100% rename from polaris.shopify.com/public/images/foundations/content/help-documentation/Before.png rename to polaris.shopify.com/public/images/foundations/patterns/help-content/before.png diff --git a/polaris.shopify.com/public/images/foundations/patterns/help-content/learn-more-badges-interaction.png b/polaris.shopify.com/public/images/foundations/patterns/help-content/learn-more-badges-interaction.png deleted file mode 100644 index 8e9ab88007f..00000000000 Binary files a/polaris.shopify.com/public/images/foundations/patterns/help-content/learn-more-badges-interaction.png and /dev/null differ diff --git a/polaris.shopify.com/public/images/foundations/content/help-documentation/learn-more-badges-interaction.png b/polaris.shopify.com/public/images/foundations/patterns/help-content/learn-more-badges.png similarity index 100% rename from polaris.shopify.com/public/images/foundations/content/help-documentation/learn-more-badges-interaction.png rename to polaris.shopify.com/public/images/foundations/patterns/help-content/learn-more-badges.png