fix deadlink in doc (#23607)

This commit is contained in:
kirill lykov
2022-03-11 21:20:04 +01:00
committed by GitHub
parent 7ee7fc6f58
commit 5d75ef4766

View File

@ -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. transfer lamports from System Program owned accounts and pay transaction fees.
- Program id: `11111111111111111111111111111111` - 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 ## Config Program