Skip to content

Commit

Permalink
remove link to inexistent example (#12531)
Browse files Browse the repository at this point in the history
# Objective

the example `global_vs_local_translation` was removed in 3600c5a but
this part of the documentation links to it

## Solution

yeet it
  • Loading branch information
tomara-x committed Mar 17, 2024
1 parent 39385be commit 68f4f59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_transform/src/components/transform.rs
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 68f4f59

Please sign in to comment.