diff --git a/crates/anvil/README.md b/crates/anvil/README.md index 3c391445e2a41..ca5752c351d94 100644 --- a/crates/anvil/README.md +++ b/crates/anvil/README.md @@ -13,7 +13,7 @@ ## Installation -`anvil` binary is available via [`foundryup`](../README.md#installation). +`anvil` binary is available via [`foundryup`](../../README.md#installation). ### Installing from source diff --git a/crates/chisel/README.md b/crates/chisel/README.md index 89ea91908796b..48e4e2f605c6a 100644 --- a/crates/chisel/README.md +++ b/crates/chisel/README.md @@ -43,7 +43,7 @@ simple as installing Chisel via `foundryup`. For information on features, usage, To install `chisel`, simply run `foundryup`! -If you do not have `foundryup` installed, reference the Foundry [installation guide](../README.md#installation). +If you do not have `foundryup` installed, reference the Foundry [installation guide](../../README.md#installation). ## Usage diff --git a/crates/cli/README.md b/crates/cli/README.md index da3026d55fd20..41071a0d40fa0 100644 --- a/crates/cli/README.md +++ b/crates/cli/README.md @@ -4,7 +4,7 @@ The CLIs are written using [clap's](https://docs.rs/clap) [derive feature](https ## Installation -See [Installation](../README.md#Installation). +See [Installation](../../README.md#Installation). ## Usage