diff --git a/content/data_types/currency_code.md b/content/data_types/currency_code.md index 79c045668b..779874f969 100644 --- a/content/data_types/currency_code.md +++ b/content/data_types/currency_code.md @@ -1,4 +1,4 @@ There are two kinds of currency code in the XRP Ledger: * Three-character currency code. We recommend using all-uppercase [ISO 4217 Currency Codes](http://www.xe.com/iso4217.php). However, any combination of the following characters is permitted: all uppercase and lowercase letters, digits, as well as the symbols `?`, `!`, `@`, `#`, `$`, `%`, `^`, `&`, `*`, `<`, `>`, `(`, `)`, `{`, `}`, `[`, `]`, and |. The currency code `XRP` (all-uppercase) is reserved for XRP and cannot be used by issued currencies. -* 160-bit hexadecimal values, such as `0158415500000000C1F76FF6ECB0BAC600000000`, according to the XRP Ledger's internal [Currency Format](https://wiki.ripple.com/Currency_format). This representation is uncommon. +* 160-bit hexadecimal values, such as `0158415500000000C1F76FF6ECB0BAC600000000`, according to the XRP Ledger's internal [Currency Format](reference-currency.html). This representation is uncommon. diff --git a/content/reference-transaction-format.md b/content/reference-transaction-format.md index abcdcacad7..1fd1bed593 100644 --- a/content/reference-transaction-format.md +++ b/content/reference-transaction-format.md @@ -1073,7 +1073,7 @@ Create or modify a trust line linking two accounts. | Field | JSON Type | [Internal Type][] | Description | |:-----------------------------|:-----------------|:------------------|:-------| | [LimitAmount](#trust-limits) | Object | Amount | Object defining the trust line to create or modify, in the format of a [Currency Amount][]. | -| LimitAmount.currency | String | (Amount.currency) | The currency to this trust line applies to, as a three-letter [ISO 4217 Currency Code](http://www.xe.com/iso4217.php) or a 160-bit hex value according to [currency format](https://wiki.ripple.com/Currency_format). "XRP" is invalid. | +| LimitAmount.currency | String | (Amount.currency) | The currency to this trust line applies to, as a three-letter [ISO 4217 Currency Code](http://www.xe.com/iso4217.php) or a 160-bit hex value according to [currency format](reference-currency.html). "XRP" is invalid. | | LimitAmount.value | String | (Amount.value) | Quoted decimal representation of the limit to set on this trust line. | | LimitAmount.issuer | String | (Amount.issuer) | The address of the account to extend trust to. | | QualityIn | Unsigned Integer | UInt32 | _(Optional)_ Value incoming balances on this trust line at the ratio of this number per 1,000,000,000 units. A value of `0` is shorthand for treating balances at face value. |