From 40c31f87e0d82f0b9d9092dccd2a47ad80500b7a Mon Sep 17 00:00:00 2001 From: Jordan Sexton Date: Mon, 3 May 2021 10:04:55 -0500 Subject: [PATCH] Fixing a broken link in the docs (#16975) --- docs/src/developing/runtime-facilities/sysvars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/runtime-facilities/sysvars.md b/docs/src/developing/runtime-facilities/sysvars.md index d10bd5899e..1c2f05dacd 100644 --- a/docs/src/developing/runtime-facilities/sysvars.md +++ b/docs/src/developing/runtime-facilities/sysvars.md @@ -73,7 +73,7 @@ other instructions in the same transaction. Read more information on - Address: `Sysvar1nstructions1111111111111111111111111` - Layout: - [Instructions](https://docs.rs/solana-program/VERSION_FOR_DOCS_RS/solana_program/sysvar/instructions/type.Instructions.html) + [Instructions](https://docs.rs/solana-program/VERSION_FOR_DOCS_RS/solana_program/sysvar/instructions/struct.Instructions.html) ## RecentBlockhashes