diff --git a/docs/src/developing/programming-model/transactions.md b/docs/src/developing/programming-model/transactions.md index 72c85a5c278c04..efb60e879d7402 100644 --- a/docs/src/developing/programming-model/transactions.md +++ b/docs/src/developing/programming-model/transactions.md @@ -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 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. ### Accounts