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",