docs: fix link for file:// protocol

This commit is contained in:
Sören Weber 2023-01-23 13:42:01 +01:00
parent 05af0a5f59
commit 22d70d80b9
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -158,10 +158,10 @@ Once the button is clicked, it opens another browser tab for the given URL.
#### Button to Internal Page #### Button to Internal Page
````go ````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 #### Button with JavaScript Action