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 e2c7cf80607..ba854a289a9 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 @@ -78,7 +78,7 @@ The [`accounts` core contract](../reference/core-contracts/accounts.md) is respo By calling this contract, it is possible to: - [View current account balances](../how-tos/get-balance.md) -- [Deposit funds to the chain](../how-tos/EVM/send-funds-from-L1-to-L2.md) +- [Deposit funds to the chain](../how-tos/EVM/send-funds-from-L1-to-L2.mdx) - [Withdraw funds from the chain](../how-tos/send-assets-to-l1.mdx) ## Example