Skip to content

Commit c3616c3

Browse files
committed
fix dyslexic lyperhinks
1 parent 94af829 commit c3616c3

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

src/pages/komodo-defi-framework/api/common_structures/wallet/index.mdx

+7-7
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ The `RawTxInfo` object includes the following items:
4444

4545
The `InputTxns` object includes the following items:
4646

47-
| Parameter | Type | Description |
48-
| ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
49-
| tx\_hash | string | The transaction id of an unspent transaction from the same wallet output. |
50-
| 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. |
51-
| script\_pub\_key | string | The [scriptpubkey](https://learnmeabitcoin.com/technical/scriptPubKey) of this unspent transaction output. |
52-
| amount | float | The value of this unspent transaction output. |
53-
| amount | | |
47+
| Parameter | Type | Description |
48+
| ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
49+
| tx\_hash | string | The transaction id of an unspent transaction from the same wallet output. |
50+
| 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. |
51+
| script\_pub\_key | string | The [scriptpubkey](https://learnmeabitcoin.com/technical/scriptPubKey) of this unspent transaction output. |
52+
| amount | float | The value of this unspent transaction output. |
53+
| amount | | |
5454

5555
<CollapsibleSection expandedText="Hide Example" collapsedText="Show Example">
5656
```json

src/pages/komodo-defi-framework/api/legacy/active_swaps/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const description =
77
The `active_swaps` method returns all the swaps that are currently running on the Komodo DeFi Framework API node.
88

99
<Note>
10-
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).
10+
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).
1111
</Note>
1212

1313
## Arguments

src/pages/komodo-defi-framework/api/v20/index.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,10 @@ The `EvmNode` object includes the following items for a given coin or token:
403403

404404
### CoinProtocol
405405

406-
| Parameter | Type | Description |
407-
| -------------- | ------- | ----------------------------------------------------------------------------------------- |
408-
| type | integer | One of the supported \[coin types]\(link TBA) |
409-
| protocol\_data | object | A standard [CoinProtocolData](/komodo-defi-framework/api/v20/#coin-protocol-data) object. |
406+
| Parameter | Type | Description |
407+
| -------------- | ------- | -------------------------------------------------------------------------------------------- |
408+
| type | integer | One of the supported [coin types](https://github.com/KomodoPlatform/coins/blob/master/coins) |
409+
| protocol\_data | object | A standard [CoinProtocolData](/komodo-defi-framework/api/v20/#coin-protocol-data) object. |
410410

411411
### CoinProtocolData
412412

@@ -615,7 +615,7 @@ For requests which return many results, pagination offsets may be applied. \*\*
615615

616616
### HistoryTarget
617617

618-
Used to specify a HD wallet `account_id` or `address_id` for \[my\_tx\_history (v2)] requests.
618+
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.
619619

620620
| Parameter | Type | Description |
621621
| ----------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

src/pages/komodo-wallet/index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export const description = "This section of the documentation contains end user
55

66
This section of the documentation contains end user guides for the Komodo Wallet on all platforms:
77

8-
* (Mobile)\[/komodo-wallet/mobile/]
9-
* (Desktop)\[/komodo-wallet/desktop/]
10-
* (Web)\[/komodo-wallet/web/]
8+
* [Mobile](/komodo-wallet/mobile/)
9+
* [Desktop](/komodo-wallet/desktop/)
10+
* [Web](/komodo-wallet/web/)

0 commit comments

Comments
 (0)