diff --git a/docs/build/iota-sdk/1.0/docs/how-tos/accounts-and-addresses/consolidate-outputs.mdx b/docs/build/iota-sdk/1.0/docs/how-tos/accounts-and-addresses/consolidate-outputs.mdx index 39799ef702a..b0291286017 100644 --- a/docs/build/iota-sdk/1.0/docs/how-tos/accounts-and-addresses/consolidate-outputs.mdx +++ b/docs/build/iota-sdk/1.0/docs/how-tos/accounts-and-addresses/consolidate-outputs.mdx @@ -75,7 +75,7 @@ https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/examples/how 3. Send a [`Transaction`](../../references/nodejs/classes/Transaction.md) to consolidate the Outputs by calling - the [`Account.consolidateOutputs()`TODO Fix](../../references/nodejs/classes/Account.md#consolidateoutputs) function. + the [`Account.consolidateOutputs()`](../../references/nodejs/classes/Account.md#consolidateoutputs) function.
diff --git a/docs/build/iota-sdk/1.0/docs/how-tos/native-tokens/melt.mdx b/docs/build/iota-sdk/1.0/docs/how-tos/native-tokens/melt.mdx index 38b8d232b06..bdb39ed864d 100644 --- a/docs/build/iota-sdk/1.0/docs/how-tos/native-tokens/melt.mdx +++ b/docs/build/iota-sdk/1.0/docs/how-tos/native-tokens/melt.mdx @@ -46,7 +46,7 @@ https://github.com/iotaledger/iota-sdk/blob/develop/sdk/examples/how_tos/native_ 1. Instantiate a [`Wallet`](https://docs.rs/iota-sdk/latest/iota_sdk/wallet/core/struct.Wallet.html), get Alice's `Account` which was [created in the first guide](../accounts-and-addresses/create-account.mdx) and [sync it](../accounts-and-addresses/check-balance.mdx). -2. Create a transaction to melt `MELT_AMOUNT` native tokens by calling the [`Account.meltNativeToken()` TODO](../../references/nodejs/classes/Account.md#meltnativetoken) +2. Create a transaction to melt `MELT_AMOUNT` native tokens by calling the [`Account.meltNativeToken()`](../../references/nodejs/classes/Account.md#meltnativetoken) function.
diff --git a/docs/build/iota-sdk/1.0/docs/how-tos/nfts/mint-nft.mdx b/docs/build/iota-sdk/1.0/docs/how-tos/nfts/mint-nft.mdx index 529d93ecea1..dbcd4b17203 100644 --- a/docs/build/iota-sdk/1.0/docs/how-tos/nfts/mint-nft.mdx +++ b/docs/build/iota-sdk/1.0/docs/how-tos/nfts/mint-nft.mdx @@ -113,7 +113,7 @@ https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/examples/how
-4. Create the transaction that will mint the NFTs using the [`Account.mintNfts()` TODO](../../references/nodejs/classes/Account.md#mintnfts) +4. Create the transaction that will mint the NFTs using the [`Account.mintNfts()`](../../references/nodejs/classes/Account.md#mintnfts) function.