remove link to inexistent example (#12531)

# Objective

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

## Solution

yeet it
This commit is contained in:
amy universe 2024-03-17 21:35:00 +02:00 committed by GitHub
parent 39385be635
commit 68f4f59ee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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))]