Skip to content

Commit f16f34d

Browse files
authored
docs: fix warn/caution aside in deep link guide
1 parent 02ee604 commit f16f34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/plugin/deep-linking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ pub fn run() {
188188
}
189189
```
190190

191-
:::warn
191+
:::caution
192192
The user could trigger a fake deep link manually by including the URL as argument.
193193
Tauri matches the command line argument against the configured schemes to mitigate this,
194194
but you should still check if the URL matches the format you expect.

0 commit comments

Comments
 (0)