From b103e6fdc0daa131d1177c5d0705134640aa9d6e Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 31 May 2025 23:14:59 -0600 Subject: doc updates --- azalea-protocol/src/packets/game/c_add_entity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/packets/game/c_add_entity.rs b/azalea-protocol/src/packets/game/c_add_entity.rs index 008d6d28..b2370f3f 100644 --- a/azalea-protocol/src/packets/game/c_add_entity.rs +++ b/azalea-protocol/src/packets/game/c_add_entity.rs @@ -22,7 +22,7 @@ pub struct ClientboundAddEntity { /// encouraged to use [`MinecraftEntityId::from`] for. Other entities may /// treat it as a block state or enum variant. /// - /// See [the wiki](https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Object_Data) + /// See [the wiki](https://minecraft.wiki/w/Java_Edition_protocol/Object_data) /// for more information about this field. #[var] pub data: u32, -- cgit v1.2.3