Skip to content

Commit 08655b6

Browse files
authored
Merge pull request #15019 from hunterfarq/patch-2
fix: dead link in doc
2 parents 789d178 + cf2a387 commit 08655b6

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)