diff --git a/core/tauri/src/window.rs b/core/tauri/src/window.rs index 09183989d..0adda1f62 100644 --- a/core/tauri/src/window.rs +++ b/core/tauri/src/window.rs @@ -655,7 +655,7 @@ impl Window { /// /// #[cfg(windows)] /// unsafe { - /// // see https://docs.rs/webview2-com/latest/webview2_com/Microsoft/Web/WebView2/Win32/struct.ICoreWebView2Controller.html + /// // see https://docs.rs/webview2-com/0.17.0/webview2_com/Microsoft/Web/WebView2/Win32/struct.ICoreWebView2Controller.html /// webview.controller().SetZoomFactor(4.).unwrap(); /// } ///