Преглед изворни кода

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