Skip to content

Commit

Permalink
update docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 3, 2024
1 parent 11a6137 commit 183dcf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/transaction/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ pub struct Transaction {
/// is equal to [`num_required_signatures`] of the `Message`'s
/// [`MessageHeader`].
///
/// [`account_keys`]: https://docs.rs/solana-program/latest/solana_program/message/legacy/struct.Message.html#structfield.account_keys
/// [`MessageHeader`]: https://docs.rs/solana-program/latest/solana_program/message/struct.MessageHeader.html
/// [`num_required_signatures`]: https://docs.rs/solana-program/latest/solana_program/message/struct.MessageHeader.html#structfield.num_required_signatures
/// [`account_keys`]: https://docs.rs/solana-message/latest/solana_message/legacy/struct.Message.html#structfield.account_keys
/// [`MessageHeader`]: https://docs.rs/solana-message/latest/solana_message/struct.MessageHeader.html
/// [`num_required_signatures`]: https://docs.rs/solana-message/latest/solana_message/struct.MessageHeader.html#structfield.num_required_signatures
// NOTE: Serialization-related changes must be paired with the direct read at sigverify.
#[cfg_attr(feature = "serde", serde(with = "short_vec"))]
pub signatures: Vec<Signature>,
Expand Down Expand Up @@ -940,7 +940,7 @@ impl Transaction {
/// See the documentation for the [`solana-remote-wallet`] crate for details
/// on the operation of [`RemoteKeypair`] signers.
///
/// [`num_required_signatures`]: https://docs.rs/solana-program/latest/solana_program/message/struct.MessageHeader.html#structfield.num_required_signatures
/// [`num_required_signatures`]: https://docs.rs/solana-message/latest/solana_message/struct.MessageHeader.html#structfield.num_required_signatures
/// [`account_keys`]: Message::account_keys
/// [`Presigner`]: https://docs.rs/solana-presigner/latest/solana_presigner/struct.Presigner.html
/// [`PresignerError`]: https://docs.rs/solana-signer/latest/solana_signer/enum.PresignerError.html
Expand Down

0 comments on commit 183dcf3

Please sign in to comment.