Skip to content

Commit da3af2b

Browse files
wackerowstandstaff
andcommitted
chore: fix 404 status URL
Co-Authored-By: ZhengXingRu <[email protected]>
1 parent 4e5982a commit da3af2b

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/smart-contracts/testing

1 file changed

+1
-1
lines changed

public/content/developers/docs/smart-contracts/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The major difference is that bug bounty programs are open to the wider developer
259259

260260
- **[Brownie unit testing framework](https://eth-brownie.readthedocs.io/en/v1.0.0_a/tests.html)** - _Brownie utilizes Pytest, a feature-rich test framework that lets you write small tests with minimal code, scales well for large projects, and is highly extendable._
261261

262-
- **[Foundry Tests](https://github.com/foundry-rs/foundry/tree/master/forge)** - _Foundry offers Forge, a fast and flexible Ethereum testing framework capable of executing simple unit tests, gas optimization checks, and contract fuzzing._
262+
- **[Foundry Tests](https://github.com/foundry-rs/foundry/tree/master/crates/forge)** - _Foundry offers Forge, a fast and flexible Ethereum testing framework capable of executing simple unit tests, gas optimization checks, and contract fuzzing._
263263

264264
- **[Hardhat Tests](https://hardhat.org/hardhat-runner/docs/guides/test-contracts)** - _Framework for testing smart contracts based on ethers.js, Mocha, and Chai._
265265

0 commit comments

Comments
 (0)