From 4eaaa8188d2ece8aa29c4f07b752a1baa6d8c601 Mon Sep 17 00:00:00 2001 From: Ryan Young Date: Mon, 19 Mar 2018 14:39:54 -0700 Subject: [PATCH] Fix link to checkCash (#871) #checkCash -- > #check-cash --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 2fa42b4d..72b18eba 100644 --- a/docs/index.md +++ b/docs/index.md @@ -274,7 +274,7 @@ Type | Description [escrowExecution](#escrow-execution) | An `escrowExecution` transaction unlocks the funds in an escrow and sends them to the destination of the escrow, but it will only work if the cryptographic condition is provided. [checkCreate](#check-create) | A `checkCreate` transaction creates a check on the ledger, which is a deferred payment that can be cashed by its intended destination. [checkCancel](#check-cancel) | A `checkCancel` transaction cancels an unreedemed Check, removing it from the ledger without sending any money. -[checkCash](#checkCash) | A `checkCash` transaction redeems a Check to receive up to the amount authorized by the corresponding `checkCreate` transaction. Only the `destination` address of a Check can cash it. +[checkCash](#check-cash) | A `checkCash` transaction redeems a Check to receive up to the amount authorized by the corresponding `checkCreate` transaction. Only the `destination` address of a Check can cash it. ## Transaction Flow