From a95408cbcc05b5bd04a084b0a286b571069206f6 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 16 Mar 2025 04:36:42 +0000 Subject: fix broken doc links --- azalea-client/src/plugins/chat/handler.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-client/src/plugins/chat/handler.rs') diff --git a/azalea-client/src/plugins/chat/handler.rs b/azalea-client/src/plugins/chat/handler.rs index be99b667..31fbc00e 100644 --- a/azalea-client/src/plugins/chat/handler.rs +++ b/azalea-client/src/plugins/chat/handler.rs @@ -18,6 +18,8 @@ use crate::packet::game::SendPacketEvent; /// /// If you're wondering why this isn't two separate events, it's so ordering is /// preserved if multiple chat messages and commands are sent at the same time. +/// +/// [`SendChatEvent`]: super::SendChatEvent #[derive(Event)] pub struct SendChatKindEvent { pub entity: Entity, -- cgit v1.2.3