From 49ba08b72496ee4cb279e9593d7770a132c7bc57 Mon Sep 17 00:00:00 2001 From: Proph3t Date: Thu, 27 Apr 2023 01:21:26 +0000 Subject: [PATCH] docs: fix broken links in `AccountLoader` docs --- lang/src/accounts/account_loader.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/src/accounts/account_loader.rs b/lang/src/accounts/account_loader.rs index 1d2d2861bd..5305b7fa44 100644 --- a/lang/src/accounts/account_loader.rs +++ b/lang/src/accounts/account_loader.rs @@ -21,7 +21,7 @@ use std::ops::DerefMut; /// Type facilitating on demand zero copy deserialization. /// /// Note that using accounts in this way is distinctly different from using, -/// for example, the [`Account`](./struct.Account.html). Namely, +/// for example, the [`Account`](crate::accounts::account::Account). Namely, /// one must call /// - `load_init` after initializing an account (this will ignore the missing /// account discriminator that gets added only after the user's instruction code) @@ -29,7 +29,7 @@ use std::ops::DerefMut; /// - `load_mut` when the account is mutable /// /// For more details on zero-copy-deserialization, see the -/// [`account`](./attr.account.html) attribute. +/// [`account`](crate::account) attribute. ///

/// ⚠️ When using this type it's important to be mindful /// of any calls to the load functions so as not to