Skip to content

Commit

Permalink
Fix broken links in listen-to-events
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Aug 6, 2023
1 parent 974b831 commit 7130d29
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ https://github.com/iotaledger/iota-sdk/blob/develop/sdk/examples/wallet/events.r
</TabItem>
<TabItem value="typescript-node" label="Typescript (Node.js)">

1. Instantiate a [`Wallet`](../../references/nodejs/classes/Wallet).
1. Instantiate a [`Wallet`](../../references/nodejs/classes/Wallet.md).

<div className={'hide-code-block-extras'}>

Expand All @@ -75,9 +75,9 @@ https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/examples/exc
</div>

3. Use the `Wallet` instance to listen to events with the
[`Wallet.listen()`](../../references/nodejs/classes/Wallet/#listen) function. You can listen for a specific
[`WalletEventType`](../../references/nodejs/enums/WalletEventType/), in this case,
[`WalletEventType.NewOutput`](../../references/nodejs/enums/WalletEventType/#newoutput).
[`Wallet.listen()`](../../references/nodejs/classes/Wallet.md#listen) function. You can listen for a specific
[`WalletEventType`](../../references/nodejs/enums/WalletEventType.md), in this case,
[`WalletEventType.NewOutput`](../../references/nodejs/enums/WalletEventType.md#newoutput).

<div className={'hide-code-block-extras'}>

Expand All @@ -90,7 +90,7 @@ https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/examples/exc
</TabItem>
<TabItem value="python" label="Python">

1. Instantiate a [`wallet`](../../references/python/iota_sdk/wallet/).
1. Instantiate a [`wallet`](../../references/python/iota_sdk/wallet/wallet.md).

<div className={'hide-code-block-extras'}>

Expand All @@ -111,8 +111,8 @@ https://github.com/iotaledger/iota-sdk/blob/develop/bindings/python/examples/exc
</div>

3. Use the `wallet` instance to listen to events with the
[`wallet.listen()`](../../references/python/iota_sdk/wallet/#listen) function. You can listen for a specific
[`WalletEventType`](../../references/python/iota_sdk/types/event/), in this case, `WalletEventType.NewOutput`.
[`wallet.listen()`](../../references/python/iota_sdk/wallet/wallet.md#listen) function. You can listen for a specific
[`WalletEventType`](../../references/python/iota_sdk/types/event.md), in this case, `WalletEventType.NewOutput`.

<div className={'hide-code-block-extras'}>

Expand Down

0 comments on commit 7130d29

Please sign in to comment.