From 5d75ef4766ab19ce704cada0d755a0ff7347c788 Mon Sep 17 00:00:00 2001 From: kirill lykov Date: Fri, 11 Mar 2022 21:20:04 +0100 Subject: [PATCH] fix deadlink in doc (#23607) --- docs/src/developing/runtime-facilities/programs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/runtime-facilities/programs.md b/docs/src/developing/runtime-facilities/programs.md index 63d818dd5c..fee20f57ae 100644 --- a/docs/src/developing/runtime-facilities/programs.md +++ b/docs/src/developing/runtime-facilities/programs.md @@ -21,7 +21,7 @@ Create new accounts, allocate account data, assign accounts to owning programs, transfer lamports from System Program owned accounts and pay transaction fees. - Program id: `11111111111111111111111111111111` -- Instructions: [SystemInstruction](https://docs.rs/solana-sdk/VERSION_FOR_DOCS_RS/solana_sdk/system_instruction/enum.SystemInstruction.html) +- Instructions: [SystemInstruction](https://docs.rs/solana-program/VERSION_FOR_DOCS_RS/solana_program/system_instruction/enum.SystemInstruction.html) ## Config Program