diff --git a/examples/window/transparent_window.rs b/examples/window/transparent_window.rs index a8ac34ce1ffc2..ffb8090208703 100644 --- a/examples/window/transparent_window.rs +++ b/examples/window/transparent_window.rs @@ -1,7 +1,7 @@ //! Shows how to display a window in transparent mode. //! //! This feature works as expected depending on the platform. Please check the -//! [documentation](https://docs.rs/bevy/latest/bevy/prelude/struct.WindowDescriptor.html#structfield.transparent) +//! [documentation](https://docs.rs/bevy/latest/bevy/prelude/struct.Window.html#structfield.transparent) //! for more details. #[cfg(target_os = "macos")]