From 22d70d80b9c14613724b35d1fe72efd8b1f86659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 23 Jan 2023 13:42:01 +0100 Subject: [PATCH] docs: fix link for file:// protocol --- exampleSite/content/shortcodes/button.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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