Skip to content

Commit 04885eb

Browse files
authored
Fix doc link in transparent_window example (#9697)
# Objective This link became invalid after #5589. ## Solution The docs that were being linked to still exist, but they're on `Window` now. This PR just updates that link.
1 parent d516a27 commit 04885eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/window/transparent_window.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Shows how to display a window in transparent mode.
22
//!
33
//! This feature works as expected depending on the platform. Please check the
4-
//! [documentation](https://docs.rs/bevy/latest/bevy/prelude/struct.WindowDescriptor.html#structfield.transparent)
4+
//! [documentation](https://docs.rs/bevy/latest/bevy/prelude/struct.Window.html#structfield.transparent)
55
//! for more details.
66
77
#[cfg(target_os = "macos")]

0 commit comments

Comments
 (0)