diff --git a/docs/devdocs/Tutorials/Basic/Deploying.mdx b/docs/devdocs/Tutorials/Basic/Deploying.mdx index bd2d1c8f..9be9003e 100644 --- a/docs/devdocs/Tutorials/Basic/Deploying.mdx +++ b/docs/devdocs/Tutorials/Basic/Deploying.mdx @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; Now that we have our completed WrappingERC20 token, the next step is to see if our code actually works! -To do this, we'll be writing tests in typescript using hardhat, and deploying them on our [LocalFhenix](../Setting%20Up%20Your%20Environment/Hardhat.md) environment which we set up earlier. +To do this, we'll be writing tests in typescript using hardhat, and deploying them on our [LocalFhenix](../../Setting%20Up%20Your%20Environment/Hardhat.md) environment which we set up earlier. :::tip[Note] At this stage, using hardhat network is not supported, as Fhenix uses custom extensions to the EVM that enable FHE operations