diff --git a/sdk/slot-hashes/src/lib.rs b/sdk/slot-hashes/src/lib.rs index a5e467d55cfbc0..66be2f4b3b0eb8 100644 --- a/sdk/slot-hashes/src/lib.rs +++ b/sdk/slot-hashes/src/lib.rs @@ -2,9 +2,9 @@ //! //! [sv]: https://docs.solanalabs.com/runtime/sysvars#slothashes //! -//! The sysvar ID is declared in [`sysvar::slot_hashes`]. +//! The sysvar ID is declared in [`solana_program::sysvar::slot_hashes`]. //! -//! [`sysvar::slot_hashes`]: https://docs.rs/solana-program/latest/solana_program/sysvar/slot_hashes/index.html +//! [`solana_program::sysvar::slot_hashes`]: https://docs.rs/solana-program/latest/solana_program/sysvar/slot_hashes/index.html use { solana_hash::Hash,