Skip to content

Commit 4d9a03e

Browse files
authored
fix: broken contract link in examples (#433)
Fixed a broken link to a benchmark contract which was moved to `contracts/test`
1 parent 10d24da commit 4d9a03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/governance/instructions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Ran 3 test suites in 1.83s (1.83s CPU time): 14 tests passed, 0 failed, 0 skippe
5858

5959
## Generating data and gas plots
6060

61-
In the `tests/benchmarks` folder, there are two Python files. They both handle data written to a csv from the [BenchmarkGovernorsTest.sol](./tests/benchmarks/BenchmarkGovernorsTest.sol) file using Foundry's writing data cheatcode.
61+
In the `tests/benchmarks` folder, there are two Python files. They both handle data written to a csv from the [BenchmarkGovernorsTest.sol](./contracts/test/benchmarks/BenchmarkGovernorsTest.sol) file using Foundry's writing data cheatcode.
6262

6363
- [print_gas_data.py]: pretty prints data from `gas_data.csv`
6464
- [plot_gas_data.py]: generates a matplotlib plot of gas usage in .png format: [gas_data_comparison.png]

0 commit comments

Comments
 (0)