1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

fix broken doc links

This commit is contained in:
mat 2023-12-09 18:34:00 -06:00
parent 31206701b9
commit b9829149cb
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ impl FormattedText {
/// can print it to your terminal and get styling. /// can print it to your terminal and get styling.
/// ///
/// This is technically a shortcut for /// 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. /// colored white.
/// ///
/// # Examples /// # Examples

View file

@ -140,7 +140,7 @@ impl ContainerHandle {
/// ///
/// Note that any modifications you make to the `Menu` you're given will not /// 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 /// 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> { pub fn menu(&self) -> Option<Menu> {
let ecs = self.client.ecs.lock(); let ecs = self.client.ecs.lock();
let inventory = ecs let inventory = ecs