瀏覽代碼

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

Amr Bashir 4 年之前
父節點
當前提交
189c129f4f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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