Fix Escrow broken link, typo

This commit is contained in:
mDuo13
2017-12-15 14:24:39 -08:00
parent 340c4e7b7f
commit cb2ad7bf49
2 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ For more information about Escrow in the XRP Ledger, see the following:
- [Escrow Tutorials](tutorial-escrow.html)
- [Send a Time-Held Escrow](tutorial-escrow.html#send-a-time-held-escrow)
- [Send a conditionally-held escrow](tutorial-escrow.html#send-a-conditionally-held-escrow)
- [Look up escrows by sender](tutorial-escrow.html#look-up-escrows-by-sender)
- [Look up escrows by sender or receiver](tutorial-escrow.html#look-up-escrows)
- [Transaction Reference](reference-transaction-format.html)
- [EscrowCreate transaction][]
- [EscrowFinish transaction][]

View File

@@ -518,7 +518,7 @@ All pending escrows are stored in the ledger as [Escrow objects](reference-ledge
You can look up escrow objects by the [sender's address](#look-up-escrows-by-sender-address) or the [destination address](#look-up-escrows-by-destination-address) using the [`account_objects`](reference-rippled.html#account-objects) method.
###Look up escrows by sender address
### Look up escrows by sender address
You can use the [`account_objects`](reference-rippled.html#account-objects) method to look up escrow objects by sender address.
@@ -553,7 +553,7 @@ _Websocket_
<!-- MULTICODE_BLOCK_END -->
###Look up escrows by destination address
### Look up escrows by destination address
You can use the [`account_objects`](reference-rippled.html#account-objects) method to look up escrow objects by destination address.