Skip to content

Commit

Permalink
remove link to inexistent example
Browse files Browse the repository at this point in the history
the example `global_vs_local_translation` was removed in 3600c5a
but this part of the documentaion links to it

solution:
yeet it
  • Loading branch information
tomara-x committed Mar 17, 2024
1 parent 7002b24 commit c29f2de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_transform/src/components/transform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ use std::ops::Mul;
/// # Examples
///
/// - [`transform`]
/// - [`global_vs_local_translation`]
///
/// [`global_vs_local_translation`]: https://github.com/bevyengine/bevy/blob/latest/examples/transforms/global_vs_local_translation.rs
/// [`transform`]: https://github.com/bevyengine/bevy/blob/latest/examples/transforms/transform.rs
#[derive(Component, Debug, PartialEq, Clone, Copy, Reflect)]
#[cfg_attr(feature = "serialize", derive(serde::Serialize, serde::Deserialize))]
Expand Down

0 comments on commit c29f2de

Please sign in to comment.