docs: fix warn/caution aside in deep link guide

This commit is contained in:
Fabian-Lars
2025-10-18 14:02:17 +02:00
committed by GitHub
parent 02ee604bbe
commit f16f34de90

View File

@@ -188,7 +188,7 @@ pub fn run() {
}
```
:::warn
:::caution
The user could trigger a fake deep link manually by including the URL as argument.
Tauri matches the command line argument against the configured schemes to mitigate this,
but you should still check if the URL matches the format you expect.