From f0989b3bc847bbdeab1a1607a5387c1d95a3a015 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Thu, 26 Jun 2025 16:25:28 -0400 Subject: [PATCH] Fix image link in test page Signed-off-by: Ian Maddaus --- content/style/test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/style/test.md b/content/style/test.md index 24427794ba..90e1183043 100644 --- a/content/style/test.md +++ b/content/style/test.md @@ -779,9 +779,9 @@ The reader should proceed with caution. Ignoring this could break their deployme ## `svg` shortcode -The SVG shortcode will add an inline SVG icon to a string of text: +The SVG shortcode adds an inline SVG icon to a string of text: -Click on the web asset icon ({{< svg file="themes/docs-new/static/images/web-asset.svg" >}}). +Click on the web asset icon ({{< svg file="_vendor/github.com/chef/chef-docs-theme/static/images/web-asset.svg" >}}). ## Buttons