Skip to content

Commit 21849e1

Browse files
Remove dead doc link
1 parent 5fb826c commit 21849e1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/bevy_hierarchy/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![warn(missing_docs)]
22
//! `bevy_hierarchy` can be used to define hierarchies of entities.
33
//!
4-
//! Most commonly, these hierarchies are used for inheriting [`Transform`](bevy_transform::components::Transform) values
4+
//! Most commonly, these hierarchies are used for inheriting `Transform` values
55
//! from the [`Parent`] to its [`Children`].
66
77
mod components;

0 commit comments

Comments
 (0)