From 9a1fe8fc8749cc85d2d257e9afa6d504e6b8d58f Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Wed, 9 Oct 2024 13:13:24 +0400 Subject: [PATCH] fix sysvar doc link --- sdk/slot-hashes/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,