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

(cherry picked from commit 71bd434297)

Co-authored-by: Stephen Peterkins <stephen@peterkins.ca>
This commit is contained in:
mergify[bot]
2021-07-22 03:59:45 +00:00
committed by GitHub
parent e88f4d689c
commit 77dc3746a3

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