Skip to content

Commit 9c339c1

Browse files
authored
docs: correct README.md link path (foundry-rs#5647)
1 parent dea5405 commit 9c339c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/anvil/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Installation
1515

16-
`anvil` binary is available via [`foundryup`](../README.md#installation).
16+
`anvil` binary is available via [`foundryup`](../../README.md#installation).
1717

1818
### Installing from source
1919

crates/chisel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ simple as installing Chisel via `foundryup`. For information on features, usage,
4343

4444
To install `chisel`, simply run `foundryup`!
4545

46-
If you do not have `foundryup` installed, reference the Foundry [installation guide](../README.md#installation).
46+
If you do not have `foundryup` installed, reference the Foundry [installation guide](../../README.md#installation).
4747

4848
## Usage
4949

crates/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The CLIs are written using [clap's](https://docs.rs/clap) [derive feature](https
44

55
## Installation
66

7-
See [Installation](../README.md#Installation).
7+
See [Installation](../../README.md#Installation).
88

99
## Usage
1010

0 commit comments

Comments
 (0)