diff --git a/azalea-chat/src/component.rs b/azalea-chat/src/component.rs index d62eeee4..94a5125f 100755 --- a/azalea-chat/src/component.rs +++ b/azalea-chat/src/component.rs @@ -70,7 +70,7 @@ impl FormattedText { /// can print it to your terminal and get styling. /// /// This is technically a shortcut for - /// [`FormattedText::to_ansi_custom_style`] with a default [`Style`] + /// [`FormattedText::to_ansi_with_custom_style`] with a default [`Style`] /// colored white. /// /// # Examples diff --git a/azalea/src/container.rs b/azalea/src/container.rs index be5e6c27..0f417061 100644 --- a/azalea/src/container.rs +++ b/azalea/src/container.rs @@ -140,7 +140,7 @@ impl ContainerHandle { /// /// Note that any modifications you make to the `Menu` you're given will not /// actually cause any packets to be sent. If you're trying to modify your - /// inventory, use [`Client::click`] instead + /// inventory, use [`ContainerHandle::click`] instead pub fn menu(&self) -> Option