From 77dc3746a3232ecf097494e919a94f0083c66b28 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 03:59:45 +0000 Subject: [PATCH] docs: fix link to Native Programs page in transactions.md (#18830) (#18832) (cherry picked from commit 71bd434297ba060a4246199f01039d23a5e8ba1a) Co-authored-by: Stephen Peterkins --- docs/src/developing/programming-model/transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/programming-model/transactions.md b/docs/src/developing/programming-model/transactions.md index 72c85a5c27..efb60e879d 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