From acd510b56d6c03b7673d9289b103a447c2369c94 Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Tue, 27 Feb 2024 12:19:01 -0300 Subject: [PATCH] fix link --- .../isc/v1.0.0-rc.6/docs/explanations/how-accounts-work.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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