Fix broken doc link to anatomy of transaction (#9728) (#9730)

automerge
This commit is contained in:
mergify[bot]
2020-04-27 01:28:00 -07:00
committed by GitHub
parent 09cd6197c2
commit 34f5f48e43

View File

@ -319,7 +319,7 @@ curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0","id":1,"m
#### Transaction Structure
Transactions are quite different from those on other blockchains. Be sure to review [Anatomy of a Transaction](transaction.md) to learn about transactions on Solana.
Transactions are quite different from those on other blockchains. Be sure to review [Anatomy of a Transaction](../transaction.md) to learn about transactions on Solana.
The JSON structure of a transaction is defined as follows: