Skip to content

Commit 581b0c8

Browse files
Fix doc link
1 parent a1d5125 commit 581b0c8

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_transform/src

1 file changed

+1
-1
lines changed

crates/bevy_transform/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl From<Transform> for TransformBundle {
8080
/// Label enum for the systems relating to transform propagaion
8181
#[derive(Debug, Hash, PartialEq, Eq, Clone, SystemLabel)]
8282
pub enum TransformSystem {
83-
/// Propagates changes in transform to childrens' [`GlobalTransform`](bevy_transform::components::GlobalTransform)
83+
/// Propagates changes in transform to childrens' [`GlobalTransform`](crate::components::GlobalTransform)
8484
TransformPropagate,
8585
}
8686

0 commit comments

Comments
 (0)