docs: fix link to Native Programs page in transactions.md (#18830)
This commit is contained in:
parent
dfde1dec1e
commit
71bd434297
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue