Update overview.md

fix link which was broken/wrong
This commit is contained in:
Huge 2021-03-31 23:11:10 +02:00 committed by Michael Vines
parent f374b35944
commit c723251575
1 changed files with 2 additions and 2 deletions

View File

@ -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).
[examples](developing/on-chain-programs/examples.md).