We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ee604 commit f16f34dCopy full SHA for f16f34d
src/content/docs/plugin/deep-linking.mdx
@@ -188,7 +188,7 @@ pub fn run() {
188
}
189
```
190
191
-:::warn
+:::caution
192
The user could trigger a fake deep link manually by including the URL as argument.
193
Tauri matches the command line argument against the configured schemes to mitigate this,
194
but you should still check if the URL matches the format you expect.
0 commit comments