From 94e4b4fc7dad95060f755ae755960214933bd411 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Fri, 6 Apr 2018 18:42:23 -0700 Subject: [PATCH] Checks tutorials: fix splitup --- content/tutorial-checks-cash-exact.md | 2 +- content/tutorial-checks-cash-flex.md | 2 +- dactyl-config.yml | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/content/tutorial-checks-cash-exact.md b/content/tutorial-checks-cash-exact.md index 04c40448a6..7b10f82950 100644 --- a/content/tutorial-checks-cash-exact.md +++ b/content/tutorial-checks-cash-exact.md @@ -118,7 +118,7 @@ Use the [`tx` method](reference-rippled.html#tx) with the CheckCash transaction' If the check was cashed for an exact `Amount` and succeeded, you can assume that the recipient was credited for exactly that amount (with possible rounding for very large or very small amounts of issued currencies). -If cashing the Check failed, the Check remains in the ledger so you can try cashing again later. You may want to [cash the Check for a flexible amount](#cash-a-check-for-a-flexible-amount) instead. +If cashing the Check failed, the Check remains in the ledger so you can try cashing again later. You may want to [cash the Check for a flexible amount](tutorial-checks-cash-flex.html) instead. ### Example Request diff --git a/content/tutorial-checks-cash-flex.md b/content/tutorial-checks-cash-flex.md index 9d493d81f2..48b0d1b073 100644 --- a/content/tutorial-checks-cash-flex.md +++ b/content/tutorial-checks-cash-flex.md @@ -81,7 +81,7 @@ The following examples show how to prepare a transaction to cash a Check for a f ## {{cash_flex_n.next()}}. Submit the signed CheckCash transaction -{% set step_1_link = "#1-prepare-the-checkcash-transaction-1" %} +{% set step_1_link = "#1-prepare-the-checkcash-transaction" %} {% include 'snippets/tutorial-submit-step.md' %} ### Example Request diff --git a/dactyl-config.yml b/dactyl-config.yml index 39f33d71a2..8b6650592f 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -351,6 +351,17 @@ pages: - local - ripple.com + - md: tutorial-checks-cash-exact.md + category: Checks + targets: + - local + - ripple.com + + - md: tutorial-checks-cash-flex.md + category: Checks + targets: + - local + - ripple.com - md: concept-demurrage.md category: Issued Currencies