Skip to content

Commit

Permalink
[DOC] Fix transaction responses link in submit() description
Browse files Browse the repository at this point in the history
  • Loading branch information
h0vhannes committed Mar 9, 2016
1 parent fe9af51 commit f2b591d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/common/schemas/output/submit.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f2b591d

Please sign in to comment.