diff --git a/espanso/src/cli/worker/engine/dispatch/executor/secure_input.rs b/espanso/src/cli/worker/engine/dispatch/executor/secure_input.rs index 40ae47c..4a1f911 100644 --- a/espanso/src/cli/worker/engine/dispatch/executor/secure_input.rs +++ b/espanso/src/cli/worker/engine/dispatch/executor/secure_input.rs @@ -33,9 +33,7 @@ impl SecureInputManagerAdapter { impl SecureInputManager for SecureInputManagerAdapter { fn display_secure_input_troubleshoot(&self) -> anyhow::Result<()> { - // TODO: replace with actual URL - // TODO: in the future, this might be a self-contained WebView window - opener::open_browser("https://espanso.org/docs")?; + opener::open_browser("https://espanso.org/docs/next/troubleshooting/secure-input/")?; Ok(()) }