docs: rename 'deployed programs' section to 'on-chain programs'

This commit is contained in:
Trent Nelson
2021-03-10 16:02:26 -07:00
committed by mergify[bot]
parent 3e6c7c4a3e
commit 0e452c8d91
15 changed files with 25 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ smart contracts elsewhere) with the Solana tools.
To learn about developing and executing programs on Solana, start with the
[overview](developing/programming-model/overview.md) and then dig into the
details of [deployed programs](developing/deployed-programs/overview.md).
details of [on-chain programs](developing/on-chain-programs/overview.md).
To deploy a program, use the Solana tools to interact with the on-chain loader
to: