Skip to content

Commit

Permalink
Fix the link of anvil in lighthouse book (#4641)
Browse files Browse the repository at this point in the history
## Issue Addressed

Wrong link for anvil

## Proposed Changes

Fix the link to correct one.
  • Loading branch information
aoikurokawa committed Aug 21, 2023
1 parent 524d9af commit 91f3bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ particularly useful for development but still a good way to ensure you have the
base dependencies.

The additional requirements for developers are:
- [`anvil`](https://github.com/foundry-rs/foundry/tree/master/anvil). This is used to
- [`anvil`](https://github.com/foundry-rs/foundry/tree/master/crates/anvil). This is used to
simulate the execution chain during tests. You'll get failures during tests if you
don't have `anvil` available on your `PATH`.
- [`cmake`](https://cmake.org/cmake/help/latest/command/install.html). Used by
Expand Down

0 comments on commit 91f3bc2

Please sign in to comment.