From ad019b6dcea3548f3c27d29c7c322298e2a58dba Mon Sep 17 00:00:00 2001 From: Max Seelig <7907436+m-a-x-s-e-e-l-i-g@users.noreply.github.com> Date: Tue, 21 Nov 2023 02:21:46 +0100 Subject: [PATCH] Fixed dead link: Metamask --- .../04-deploy-smart-contracts/02-setup-development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/09-cardano-sidechains/03-proof-of-concept-evm-sidechain/04-deploy-smart-contracts/02-setup-development.mdx b/content/09-cardano-sidechains/03-proof-of-concept-evm-sidechain/04-deploy-smart-contracts/02-setup-development.mdx index 2151a7db..3a25ddc7 100644 --- a/content/09-cardano-sidechains/03-proof-of-concept-evm-sidechain/04-deploy-smart-contracts/02-setup-development.mdx +++ b/content/09-cardano-sidechains/03-proof-of-concept-evm-sidechain/04-deploy-smart-contracts/02-setup-development.mdx @@ -15,7 +15,7 @@ This tutorial will show you how to deploy a Solidity smart contract to the EVM s ## Prerequisites -In this tutorial, you will use MetaMask as your wallet and Web3 provider. If you have not done so already, [create or import an account with MetaMask](../metamask) and fund your wallet with testnet tokens using the [SC_EVM Faucet](https://github.com/input-output-hk/sc-evm-faucet-web). +In this tutorial, you will use MetaMask as your wallet and Web3 provider. If you have not done so already, [create or import an account with MetaMask](../../metamask) and fund your wallet with testnet tokens using the [SC_EVM Faucet](https://github.com/input-output-hk/sc-evm-faucet-web). ## Step 1 - Configure Remix