Skip to content

Commit

Permalink
Fix doc link in transparent_window example (bevyengine#9697)
Browse files Browse the repository at this point in the history
# Objective

This link became invalid after bevyengine#5589.

## Solution

The docs that were being linked to still exist, but they're on `Window`
now.

This PR just updates that link.
  • Loading branch information
rparrett authored Sep 5, 2023
1 parent d516a27 commit 04885eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/window/transparent_window.rs
Original file line number Diff line number Diff line change
@@ -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")]
Expand Down

0 comments on commit 04885eb

Please sign in to comment.