docs(core): fix link to webview2 controller, closes #4576

This commit is contained in:
Lucas Nogueira
2022-07-03 18:28:42 -03:00
parent 8dd03e69b0
commit edb9ab2069

View File

@@ -655,7 +655,7 @@ impl Window<crate::Wry> {
///
/// #[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();
/// }
///