From e87c3421bc65e78563838b5b11276c908c112df0 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 22:05:24 +0000 Subject: [PATCH] Update overview.md (#16280) fix link which was broken/wrong (cherry picked from commit c72325157553e7cf32efcb3b9aacaf2948f956cb) Co-authored-by: Huge --- docs/src/developing/programming-model/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/developing/programming-model/overview.md b/docs/src/developing/programming-model/overview.md index 24f2ad14de..43375b5292 100644 --- a/docs/src/developing/programming-model/overview.md +++ b/docs/src/developing/programming-model/overview.md @@ -7,11 +7,11 @@ An [app](terminology.md#app) interacts with a Solana cluster by sending it [instructions](transactions.md#instructions). The Solana [runtime](runtime.md) passes those instructions to [programs](terminology.md#program) deployed by app developers beforehand. An instruction might, for example, tell a program to -transfer [lamports](terminology.md#lamports) from one [account](accounts.md) to +transfer [lamports](terminology.md#lamport) from one [account](accounts.md) to another or create an interactive contract that governs how lamports are transferred. Instructions are executed sequentially and atomically for each transaction. If any instruction is invalid, all account changes in the transaction are discarded. To start developing immediately you can build, deploy, and run one of the -[examples](developing/on-chain-programs/examples.md). \ No newline at end of file +[examples](developing/on-chain-programs/examples.md).