From 162d22005fec4cc6cfb7566f15b81483dcc9f08d Mon Sep 17 00:00:00 2001 From: tamoroso Date: Fri, 28 Oct 2022 20:41:10 +0200 Subject: [PATCH] Fixing broken links --- .../content/hardhat-runner/docs/other-guides/ganache-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/hardhat-runner/docs/other-guides/ganache-tests.md b/docs/src/content/hardhat-runner/docs/other-guides/ganache-tests.md index 6d459aa74e..6ff3ba1524 100644 --- a/docs/src/content/hardhat-runner/docs/other-guides/ganache-tests.md +++ b/docs/src/content/hardhat-runner/docs/other-guides/ganache-tests.md @@ -2,7 +2,7 @@ :::warning -Rather than using Ganache, we recommend using the built-in [Hardhat Network](../hardhat-network/index.md) network to test your smart contracts, as it generates [combined JavaScript and Solidity stack traces](../hardhat-network/index.md#solidity-stack-traces), making debugging easier. +Rather than using Ganache, we recommend using the built-in [Hardhat Network](../../../hardhat-network/docs/overview/index.md) network to test your smart contracts, as it generates [combined JavaScript and Solidity stack traces](../../../hardhat-network/docs/overview/index.md#solidity-stack-traces), making debugging easier. If you still want to run your tests using Ganache, you can do it in one of the following two ways.