Skip to content

Commit

Permalink
fixing broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
eshelB committed Sep 22, 2024
1 parent c30f714 commit f8ca897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devdocs/Tutorials/Basic/Deploying.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8ca897

Please sign in to comment.