[DOC] Fix transaction responses link in submit() description

This commit is contained in:
Hovhannes Kuloghlyan
2016-03-09 22:07:54 +04:00
parent fe9af5153d
commit f2b591d1b2
2 changed files with 2 additions and 2 deletions

View File

@@ -3407,7 +3407,7 @@ This method returns an object with the following structure:
Name | Type | Description 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. resultMessage | string | Human-readable explanation of the status of the transaction.
### Example ### Example

View File

@@ -5,7 +5,7 @@
"properties": { "properties": {
"resultCode": { "resultCode": {
"type": "string", "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": { "resultMessage": {
"type": "string", "type": "string",