Skip to content

Commit

Permalink
Update type links
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Oct 22, 2024
1 parent c519f8d commit 13c7445
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! or they can be [program derived addresses][pda],
//! where write access to accounts is granted by an owning program.
//!
//! [pda]: crate::pubkey::Pubkey::find_program_address
//! [pda]: solana_pubkey::Pubkey::find_program_address
//!
//! Most of the functions in this module construct an [`Instruction`], that must
//! be submitted to the runtime for execution, either via RPC, typically with
Expand All @@ -32,10 +32,10 @@
//! and these variants are linked from the documentation for their constructors.
//!
//! [`RpcClient`]: https://docs.rs/solana-client/latest/solana_client/rpc_client/struct.RpcClient.html
//! [cpi]: crate::program
//! [`invoke`]: crate::program::invoke
//! [`invoke_signed`]: crate::program::invoke_signed
//! [`AccountInfo`]: crate::account_info::AccountInfo
//! [cpi]: solana_program::program
//! [`invoke`]: solana_program::program::invoke
//! [`invoke_signed`]: solana_program::program::invoke_signed
//! [`AccountInfo`]: solana_account_info::AccountInfo
#![cfg_attr(feature = "frozen-abi", feature(min_specialization))]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

Expand Down

0 comments on commit 13c7445

Please sign in to comment.