From a9daac2f563009c98e2dbd69cb35c8e2f180b94f Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Mon, 4 Sep 2023 19:49:53 -0700 Subject: [PATCH] Fix link --- examples/window/transparent_window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]