Procházet zdrojové kódy

fix(docs): use correct link (#2134)

Amr Bashir před 4 roky
rodič
revize
189c129f4f

+ 1 - 1
docs/usage/guides/visual/window-customization.md

@@ -10,7 +10,7 @@ There are three ways to change the window configuration:
 
 - [Through tauri.conf.json](https://tauri.studio/en/docs/api/config/#tauri.windows)
 - [Through the JS API](https://tauri.studio/en/docs/api/js/classes/window.windowmanager)
-- [Through the Window in Rust](https://tauri.studio/en/docs/api/js/classes/window.windowmanager)
+- [Through the Window in Rust](https://tauri.studio/en/docs/api/rust/tauri/window/struct.window)
 
 ## Creating a Custom Titlebar