diff --git a/docs/content/about-iota/iota-wallet/how-to/stake.mdx b/docs/content/about-iota/iota-wallet/how-to/stake.mdx index 1a9a642f73b..ecd6cf5b0fb 100644 --- a/docs/content/about-iota/iota-wallet/how-to/stake.mdx +++ b/docs/content/about-iota/iota-wallet/how-to/stake.mdx @@ -26,7 +26,7 @@ To start staking your IOTA tokens, follow these steps: ![Set Stake Amount](/img/about-iota/iota-wallet/how-to/stake/set-stake-amount.png) -5. Track the transaction in the [Explorer](https://explorer.iota.cafe/) by clicking `View on Explorer`. +5. Track the transaction in the [Explorer](https://explorer.rebased.iota.org/) by clicking `View on Explorer`. ![View on Explorer](/img/about-iota/iota-wallet/how-to/stake/view-on-explorer.png) diff --git a/docs/content/about-iota/tokenomics/gas-in-iota.mdx b/docs/content/about-iota/tokenomics/gas-in-iota.mdx index 403580bf2b0..896ef5f5f7f 100644 --- a/docs/content/about-iota/tokenomics/gas-in-iota.mdx +++ b/docs/content/about-iota/tokenomics/gas-in-iota.mdx @@ -18,7 +18,7 @@ Finally, storage rebates are provided whenever a transaction deletes previously `net_gas_fees = computation_fee + storage_deposit - storage_rebate` -The information on net gas fees displays in the [IOTA network explorer](https://explorer.iota.cafe/) for each transaction block. +The information on net gas fees displays in the [IOTA network explorer](https://explorer.rebased.iota.org/) for each transaction block. ## Gas prices diff --git a/docs/content/developer/getting-started/client-tssdk.mdx b/docs/content/developer/getting-started/client-tssdk.mdx index b9547823e86..9480281f570 100644 --- a/docs/content/developer/getting-started/client-tssdk.mdx +++ b/docs/content/developer/getting-started/client-tssdk.mdx @@ -243,7 +243,7 @@ function OwnedObjects({ address }: { address: string }) {