Skip to content

Commit fc8e03b

Browse files
committed
docs: fix broken link
1 parent 82895ec commit fc8e03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hyperion/src/simulation/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub struct AttackEntity {
4040
/// The entity that is performing the attack.
4141
pub origin: Entity,
4242
pub target: Entity,
43-
/// The damage dealt by the attack. This corresponds to the same unit as [`crate::simulation::Health`].
43+
/// The damage dealt by the attack. This corresponds to the same unit as [`crate::simulation::metadata::living_entity::Health`].
4444
pub damage: f32,
4545
}
4646

0 commit comments

Comments
 (0)