From affdcf1eba9efcb03354a786dda844e011d215f3 Mon Sep 17 00:00:00 2001 From: DevEloperate Date: Thu, 20 Feb 2025 22:55:11 +0300 Subject: [PATCH] Update broken link bitcoin.md --- tutorials/bitcoin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/bitcoin.md b/tutorials/bitcoin.md index ec0725746..7fc58a05f 100644 --- a/tutorials/bitcoin.md +++ b/tutorials/bitcoin.md @@ -474,7 +474,7 @@ Test result: ok. 3 passed; 0 failed; finished in 2.24ms ### 📜 Updating the deployment script Now that we've tested the contract, let's try deploying it locally using -[Solidity Scripting](https://book.getfoundry.sh/tutorials/solidity-scripting.html). +[Solidity Scripting](https://book.getfoundry.sh/guides/scripting-with-solidity). To do so, update the deloyment script at `script/Counter.s.sol` with the following code: