From 91f3bc274b063921e41c7a37386e86680697e875 Mon Sep 17 00:00:00 2001 From: Aoi Kurokawa Date: Mon, 21 Aug 2023 05:02:35 +0000 Subject: [PATCH] Fix the link of anvil in lighthouse book (#4641) ## Issue Addressed Wrong link for anvil ## Proposed Changes Fix the link to correct one. --- book/src/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/setup.md b/book/src/setup.md index 533e1d463d3..1ae6e635408 100644 --- a/book/src/setup.md +++ b/book/src/setup.md @@ -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