diff --git a/src/pages/komodo-defi-framework/api/common_structures/wallet/index.mdx b/src/pages/komodo-defi-framework/api/common_structures/wallet/index.mdx index a4ab83a2..31fda435 100644 --- a/src/pages/komodo-defi-framework/api/common_structures/wallet/index.mdx +++ b/src/pages/komodo-defi-framework/api/common_structures/wallet/index.mdx @@ -44,13 +44,13 @@ The `RawTxInfo` object includes the following items: The `InputTxns` object includes the following items: -| Parameter | Type | Description | -| ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| tx\_hash | string | The transaction id of an unspent transaction from the same wallet output. | -| index | integer | The \[output index([https://bitcoin.stackexchange.com/questions/100765/what-does-the-index-of-an-utxo-stand-for](https://bitcoin.stackexchange.com/questions/100765/what-does-the-index-of-an-utxo-stand-for))] of this unspent transaction output. | -| script\_pub\_key | string | The [scriptpubkey](https://learnmeabitcoin.com/technical/scriptPubKey) of this unspent transaction output. | -| amount | float | The value of this unspent transaction output. | -| amount | | | +| Parameter | Type | Description | +| ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | +| tx\_hash | string | The transaction id of an unspent transaction from the same wallet output. | +| index | integer | The [output index](https://bitcoin.stackexchange.com/questions/100765/what-does-the-index-of-an-utxo-stand-for) of this unspent transaction output. | +| script\_pub\_key | string | The [scriptpubkey](https://learnmeabitcoin.com/technical/scriptPubKey) of this unspent transaction output. | +| amount | float | The value of this unspent transaction output. | +| amount | | | ```json diff --git a/src/pages/komodo-defi-framework/api/legacy/active_swaps/index.mdx b/src/pages/komodo-defi-framework/api/legacy/active_swaps/index.mdx index 081e4821..89860c55 100644 --- a/src/pages/komodo-defi-framework/api/legacy/active_swaps/index.mdx +++ b/src/pages/komodo-defi-framework/api/legacy/active_swaps/index.mdx @@ -7,7 +7,7 @@ export const description = The `active_swaps` method returns all the swaps that are currently running on the Komodo DeFi Framework API node. - This method has been deprecated in favor of (active\_swaps v2)\[/komodo-defi-framework/api/v20/active\_swaps]. The legacy version does not include v2 (Trading Protocol Upgrade) swap statuses in responses (it only returns uuids for these). + This method has been deprecated in favor of [active\_swaps v2](/komodo-defi-framework/api/v20/active_swaps/). The legacy version does not include v2 (Trading Protocol Upgrade) swap statuses in responses (it only returns uuids for these). ## Arguments diff --git a/src/pages/komodo-defi-framework/api/v20/index.mdx b/src/pages/komodo-defi-framework/api/v20/index.mdx index a20b8460..2bb9d030 100644 --- a/src/pages/komodo-defi-framework/api/v20/index.mdx +++ b/src/pages/komodo-defi-framework/api/v20/index.mdx @@ -403,10 +403,10 @@ The `EvmNode` object includes the following items for a given coin or token: ### CoinProtocol -| Parameter | Type | Description | -| -------------- | ------- | ----------------------------------------------------------------------------------------- | -| type | integer | One of the supported \[coin types]\(link TBA) | -| protocol\_data | object | A standard [CoinProtocolData](/komodo-defi-framework/api/v20/#coin-protocol-data) object. | +| Parameter | Type | Description | +| -------------- | ------- | -------------------------------------------------------------------------------------------- | +| type | integer | One of the supported [coin types](https://github.com/KomodoPlatform/coins/blob/master/coins) | +| protocol\_data | object | A standard [CoinProtocolData](/komodo-defi-framework/api/v20/#coin-protocol-data) object. | ### CoinProtocolData @@ -615,7 +615,7 @@ For requests which return many results, pagination offsets may be applied. \*\* ### HistoryTarget -Used to specify a HD wallet `account_id` or `address_id` for \[my\_tx\_history (v2)] requests. +Used to specify a HD wallet `account_id` or `address_id` for [my\_tx\_history v2](/komodo-defi-framework/api/v20/my_tx_history/) requests. | Parameter | Type | Description | | ----------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | diff --git a/src/pages/komodo-wallet/index.mdx b/src/pages/komodo-wallet/index.mdx index 3646afc9..63fe9e96 100644 --- a/src/pages/komodo-wallet/index.mdx +++ b/src/pages/komodo-wallet/index.mdx @@ -5,6 +5,6 @@ export const description = "This section of the documentation contains end user This section of the documentation contains end user guides for the Komodo Wallet on all platforms: -* (Mobile)\[/komodo-wallet/mobile/] -* (Desktop)\[/komodo-wallet/desktop/] -* (Web)\[/komodo-wallet/web/] +* [Mobile](/komodo-wallet/mobile/) +* [Desktop](/komodo-wallet/desktop/) +* [Web](/komodo-wallet/web/)