We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb826c commit 21849e1Copy full SHA for 21849e1
crates/bevy_hierarchy/src/lib.rs
@@ -1,7 +1,7 @@
1
#![warn(missing_docs)]
2
//! `bevy_hierarchy` can be used to define hierarchies of entities.
3
//!
4
-//! Most commonly, these hierarchies are used for inheriting [`Transform`](bevy_transform::components::Transform) values
+//! Most commonly, these hierarchies are used for inheriting `Transform` values
5
//! from the [`Parent`] to its [`Children`].
6
7
mod components;
0 commit comments