From 7a3785688d8b9691cd0373800768ebaefcd122b7 Mon Sep 17 00:00:00 2001 From: yusuf idi maina <120538505+yusufidimaina9989@users.noreply.github.com> Date: Sun, 11 Feb 2024 22:39:32 +0100 Subject: [PATCH] Update call-deployed.md --- docs/how-to-deploy-and-call-a-contract/call-deployed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-deploy-and-call-a-contract/call-deployed.md b/docs/how-to-deploy-and-call-a-contract/call-deployed.md index 6a03d567e..0330cc57d 100644 --- a/docs/how-to-deploy-and-call-a-contract/call-deployed.md +++ b/docs/how-to-deploy-and-call-a-contract/call-deployed.md @@ -119,4 +119,4 @@ Counter incrementOnChain called: de43687fd386e92cd892c18600d473bc38d5adb0cc34bbd ## Conclusion Congratulations! You've now deployed AND interacted with a Bitcoin smart contract. -You can see a complete test example in our [boilerplate repository](https://github.com/sCrypt-Inc/boilerplate/blob/master/tests/counterFromTx.ts). +You can see a complete test example in our [boilerplate repository](https://github.com/sCrypt-Inc/boilerplate/blob/master/tests/counterFromTx.test.ts).