From ba4111621c08d85a26327d22a333be6a3f2f6040 Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Tue, 30 Jan 2024 09:42:52 +0100 Subject: [PATCH] Fix broken links --- .../isc/v1.0.0-rc.6/docs/explanations/how-accounts-work.md | 6 +++--- .../isc/v1.0.0-rc.6/docs/getting-started/quick-start.mdx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/build/isc/v1.0.0-rc.6/docs/explanations/how-accounts-work.md b/docs/build/isc/v1.0.0-rc.6/docs/explanations/how-accounts-work.md index cb6c5989fa7..308b560e91c 100644 --- a/docs/build/isc/v1.0.0-rc.6/docs/explanations/how-accounts-work.md +++ b/docs/build/isc/v1.0.0-rc.6/docs/explanations/how-accounts-work.md @@ -77,9 +77,9 @@ Tokens in an Ethereum account can only be moved by sending an Ethereum transacti The [`accounts` core contract](../reference/core-contracts/accounts.md) is responsible for managing the L2 ledger. By calling this contract, it is possible to: -- [View current account balances](../how-tos/use-the-magic-contract/view-account-balances.mdx) -- [Deposit funds to the chain](../how-tos/use-the-magic-contract/deposit-to-a-chain.mdx) -- [Withdraw funds from the chain](../how-tos/use-the-magic-contract/withdraw-from-a-chain.mdx) +- View current account balances +- Deposit funds to the chain +- Withdraw funds from the chain ## Example diff --git a/docs/build/isc/v1.0.0-rc.6/docs/getting-started/quick-start.mdx b/docs/build/isc/v1.0.0-rc.6/docs/getting-started/quick-start.mdx index 2319f781d3c..37142c6eaea 100644 --- a/docs/build/isc/v1.0.0-rc.6/docs/getting-started/quick-start.mdx +++ b/docs/build/isc/v1.0.0-rc.6/docs/getting-started/quick-start.mdx @@ -39,7 +39,7 @@ Please read [the MetaMask section in the tools guide](tools.mdx#metamask) for a :::tip Shimmer EVM -If you want to fund your Shimmer EVM account, please refer to our [How To Get Funds guide](../how-tos/get-funds.md). +If you want to fund your Shimmer EVM account, please refer to our [How To Get Funds guide](../how-tos/EVM/get-funds.md). :::