From cb2ad7bf49c0be551f5f40e12a8ac8d70f4ede71 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Fri, 15 Dec 2017 14:24:39 -0800 Subject: [PATCH] Fix Escrow broken link, typo --- content/concept-escrow.md | 2 +- content/tutorial-escrow.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/concept-escrow.md b/content/concept-escrow.md index 04d4b7351a..5cfd9fa016 100644 --- a/content/concept-escrow.md +++ b/content/concept-escrow.md @@ -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][] diff --git a/content/tutorial-escrow.md b/content/tutorial-escrow.md index db3448516d..abd9b2d5e0 100644 --- a/content/tutorial-escrow.md +++ b/content/tutorial-escrow.md @@ -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_ -###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.