diff --git a/exampleSite/content/shortcodes/button.en.md b/exampleSite/content/shortcodes/button.en.md index 8a4c5c1418..ee85ff0800 100644 --- a/exampleSite/content/shortcodes/button.en.md +++ b/exampleSite/content/shortcodes/button.en.md @@ -158,10 +158,10 @@ Once the button is clicked, it opens another browser tab for the given URL. #### Button to Internal Page ````go -{{%/* button href="/" %}}Home{{% /button */%}} +{{%/* button href="/index.html" %}}Home{{% /button */%}} ```` -{{% button href="/" %}}Home{{% /button %}} +{{% button href="/index.html" %}}Home{{% /button %}} #### Button with JavaScript Action