aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-09 18:34:00 -0600
committermat <git@matdoes.dev>2023-12-09 18:34:00 -0600
commitb9829149cb51442bba891cbec0195848bbfdcb12 (patch)
treec7bab47f227f41b9c001663128ba85edcbd89e68
parent31206701b946524e0caacef19abb067470c2c2bc (diff)
downloadazalea-drasl-b9829149cb51442bba891cbec0195848bbfdcb12.tar.xz
fix broken doc links
-rwxr-xr-xazalea-chat/src/component.rs2
-rw-r--r--azalea/src/container.rs2
2 files changed, 2 insertions, 2 deletions
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<Menu> {
let ecs = self.client.ecs.lock();
let inventory = ecs