From f2b591d1b23b60764bd7373ef75d0945d16f3c6d Mon Sep 17 00:00:00 2001 From: Hovhannes Kuloghlyan Date: Wed, 9 Mar 2016 22:07:54 +0400 Subject: [PATCH] [DOC] Fix transaction responses link in submit() description --- docs/index.md | 2 +- src/common/schemas/output/submit.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 237fad16..41aca47d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3407,7 +3407,7 @@ This method returns an object with the following structure: Name | Type | Description ---- | ---- | ----------- -resultCode | string | The result code returned by rippled. [List of tranasction responses](http://pages.lightthenight.org/gba/SanFran15/ripple) +resultCode | string | The result code returned by rippled. [List of transaction responses](https://ripple.com/build/transactions/#full-transaction-response-list) resultMessage | string | Human-readable explanation of the status of the transaction. ### Example diff --git a/src/common/schemas/output/submit.json b/src/common/schemas/output/submit.json index 903ae8f9..ef975973 100644 --- a/src/common/schemas/output/submit.json +++ b/src/common/schemas/output/submit.json @@ -5,7 +5,7 @@ "properties": { "resultCode": { "type": "string", - "description": "The result code returned by rippled. [List of tranasction responses](http://pages.lightthenight.org/gba/SanFran15/ripple)" + "description": "The result code returned by rippled. [List of transaction responses](https://ripple.com/build/transactions/#full-transaction-response-list)" }, "resultMessage": { "type": "string",