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:
parent
31206701b9
commit
b9829149cb
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue