Fix the link of anvil in lighthouse book (#4641)

## Issue Addressed

Wrong link for anvil

## Proposed Changes

Fix the link to correct one.
This commit is contained in:
Aoi Kurokawa 2023-08-21 05:02:35 +00:00
parent 524d9af288
commit 91f3bc274b

View File

@ -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