Update overview.md (#16280)
fix link which was broken/wrong
(cherry picked from commit c723251575
)
Co-authored-by: Huge <mr.huge@seznam.cz>
This commit is contained in:
@ -7,7 +7,7 @@ An [app](terminology.md#app) interacts with a Solana cluster by sending it
|
|||||||
[instructions](transactions.md#instructions). The Solana [runtime](runtime.md)
|
[instructions](transactions.md#instructions). The Solana [runtime](runtime.md)
|
||||||
passes those instructions to [programs](terminology.md#program) deployed by app
|
passes those instructions to [programs](terminology.md#program) deployed by app
|
||||||
developers beforehand. An instruction might, for example, tell a program to
|
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
|
another or create an interactive contract that governs how lamports are
|
||||||
transferred. Instructions are executed sequentially and atomically for each
|
transferred. Instructions are executed sequentially and atomically for each
|
||||||
transaction. If any instruction is invalid, all account changes in the
|
transaction. If any instruction is invalid, all account changes in the
|
||||||
|
Reference in New Issue
Block a user