From 33eb4878efbbf8baf22a29d83d525e6764af5cc3 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 5 Nov 2014 17:13:24 -0800 Subject: [PATCH] [DOC] REST - fix broken 'making a payment' link --- content/ripplerest_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ripplerest_api.md b/content/ripplerest_api.md index 50decf4054..ac78e9fb00 100644 --- a/content/ripplerest_api.md +++ b/content/ripplerest_api.md @@ -425,7 +425,7 @@ The response is an object with the address and the secret for a potential new ac } ``` -The second step is [making a payment](#making-payments) of XRP to the new account address. (Ripple lets you send XRP to any mathematically possible account address, which creates the account if necessary.) The generated account does not exist in the ledger until it receives enough XRP to meet the account reserve. +The second step is [making a payment](#payments) of XRP to the new account address. (Ripple lets you send XRP to any mathematically possible account address, which creates the account if necessary.) The generated account does not exist in the ledger until it receives enough XRP to meet the account reserve.