From 63dcddf6f4eba8f1acb1dfc33858efd12a353a5d Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 11 Mar 2019 12:14:41 -0700 Subject: [PATCH] [Docs] Update transaction responses link List of transaction responses --- src/common/schemas/output/submit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/schemas/output/submit.json b/src/common/schemas/output/submit.json index 31e5f10d..7c2318bf 100644 --- a/src/common/schemas/output/submit.json +++ b/src/common/schemas/output/submit.json @@ -13,7 +13,7 @@ }, "engine_result": { "type": "string", - "description": "Code indicating the preliminary result of the transaction, for example tesSUCCESS. [List of transaction responses](https://ripple.com/build/transactions/#full-transaction-response-list)" + "description": "Code indicating the preliminary result of the transaction, for example `tesSUCCESS`. [List of transaction responses](https://developers.ripple.com/transaction-results.html)" }, "engine_result_code": { "type": "integer",