From edb9ab20693304805403c42c0c06c2bec12ce786 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sun, 3 Jul 2022 18:28:42 -0300 Subject: [PATCH] docs(core): fix link to webview2 controller, closes #4576 --- core/tauri/src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); /// } ///