diff --git a/shimmer/docs/iota-sdk/docs/how-tos/accounts-and-addresses/listen-to-events.mdx b/shimmer/docs/iota-sdk/docs/how-tos/accounts-and-addresses/listen-to-events.mdx index 4c3c2785f7e..1eda98183df 100644 --- a/shimmer/docs/iota-sdk/docs/how-tos/accounts-and-addresses/listen-to-events.mdx +++ b/shimmer/docs/iota-sdk/docs/how-tos/accounts-and-addresses/listen-to-events.mdx @@ -54,7 +54,7 @@ https://github.com/iotaledger/iota-sdk/blob/develop/sdk/examples/wallet/events.r -1. Instantiate a [`Wallet`](../../references/nodejs/classes/Wallet). +1. Instantiate a [`Wallet`](../../references/nodejs/classes/Wallet.md).
@@ -75,9 +75,9 @@ https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/examples/exc
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).
@@ -90,7 +90,7 @@ https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/examples/exc -1. Instantiate a [`wallet`](../../references/python/iota_sdk/wallet/). +1. Instantiate a [`wallet`](../../references/python/iota_sdk/wallet/wallet.md).
@@ -111,8 +111,8 @@ https://github.com/iotaledger/iota-sdk/blob/develop/bindings/python/examples/exc
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`.