Give chapters more precise titles (#7907)

automerge
This commit is contained in:
Greg Fitzgerald 2020-01-21 16:36:40 -07:00 committed by Grimes
parent 340424e03a
commit a8595c0418
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,7 @@
# Table of contents
* [Introduction](introduction.md)
* [Terminology](terminology.md)
* [Getting Started](getting-started/README.md)
* [The Solana Codebase](introduction.md)
* [Building from Source](getting-started/README.md)
* [Example Client: Web Wallet](getting-started/webwallet.md)
* [Programming Model](programs/README.md)
* [Example: Tic-Tac-Toe](programs/tictactoe.md)
@ -46,6 +45,7 @@
* [JSON RPC API](api-reference/jsonrpc-api.md)
* [JavaScript API](api-reference/javascript-api.md)
* [solana CLI](api-reference/cli.md)
* [Terminology](terminology.md)
* [Accepted Design Proposals](proposals/README.md)
* [Ledger Replication](proposals/ledger-replication-to-implement.md)
* [Secure Vote Signing](proposals/vote-signing-to-implement.md)