diff --git a/crates/bevy_ecs/src/archetype.rs b/crates/bevy_ecs/src/archetype.rs index bab8e60b2e..a640234896 100644 --- a/crates/bevy_ecs/src/archetype.rs +++ b/crates/bevy_ecs/src/archetype.rs @@ -599,7 +599,7 @@ impl SparseSetIndex for ArchetypeComponentId { /// For more information, see the *[module level documentation]*. /// /// [`World`]: crate::world::World -/// [*module level documentation]: crate::archetype +/// [module level documentation]: crate::archetype pub struct Archetypes { pub(crate) archetypes: Vec, pub(crate) archetype_component_count: usize,