Browse Source

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

Amr Bashir 4 years ago
parent
commit
189c129f4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/usage/guides/visual/window-customization.md

+ 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