docs: fix link to Native Programs page in transactions.md (#18830)

This commit is contained in:
Stephen Peterkins 2021-07-21 23:37:40 -04:00 committed by GitHub
parent dfde1dec1e
commit 71bd434297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ accounts are permanently marked as executable by the loader once they are
successfully deployed. The runtime will reject transactions that specify programs successfully deployed. The runtime will reject transactions that specify programs
that are not executable. that are not executable.
Unlike on-chain programs, [Native Programs](developing/runtime-facilities/programs) Unlike on-chain programs, [Native Programs](developing/runtime-facilities/programs.md)
are handled differently in that they are built directly into the Solana runtime. are handled differently in that they are built directly into the Solana runtime.
### Accounts ### Accounts