From 2940754fbad92350a219f66874ec7d8901d0bdf6 Mon Sep 17 00:00:00 2001 From: Earnwithalee7890 Date: Fri, 30 Jan 2026 16:00:56 +0500 Subject: [PATCH] docs: Remove hardcoded links in testing tutorial --- .../testing-clarity-contracts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/bitcoin-primer/stacks-development-fundamentals/testing-clarity-contracts.md b/docs/tutorials/bitcoin-primer/stacks-development-fundamentals/testing-clarity-contracts.md index ac8ace7280..f013c59529 100644 --- a/docs/tutorials/bitcoin-primer/stacks-development-fundamentals/testing-clarity-contracts.md +++ b/docs/tutorials/bitcoin-primer/stacks-development-fundamentals/testing-clarity-contracts.md @@ -4,9 +4,9 @@ Now we need to modify our tests to make sure we handled this new message functio There are two sections of the docs to check to understand how to write Clarity unit tests. -The first is the series of [Clarinet JS SDK guides](https://docs.stacks.co/clarinet-js-sdk/overview) in the Build section. These will show you how to work with the SDK to write your tests. +The first is the series of Clarinet JS SDK guides in the Build section. These will show you how to work with the SDK to write your tests. -The second is the [Clarinet JS SDK reference](https://docs.stacks.co/reference/clarinet-js-sdk/sdk-reference) section. This will show you all of the available functions you can use to write your tests. +The second is the Clarinet JS SDK reference section. This will show you all of the available functions you can use to write your tests. Let's make a few modifications to our test file.