Skip to content

Commit 49080c1

Browse files
authored
fix: readme fix after crates move (foundry-rs#5617)
1 parent 4f661a9 commit 49080c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
Foundry consists of:
1616

17-
- [**Forge**](./forge): Ethereum testing framework (like Truffle, Hardhat and DappTools).
18-
- [**Cast**](./cast): Swiss army knife for interacting with EVM smart contracts, sending transactions and getting chain data.
19-
- [**Anvil**](./anvil): Local Ethereum node, akin to Ganache, Hardhat Network.
20-
- [**Chisel**](./chisel): Fast, utilitarian, and verbose solidity REPL.
17+
- [**Forge**](./crates/forge): Ethereum testing framework (like Truffle, Hardhat and DappTools).
18+
- [**Cast**](./crates/cast): Swiss army knife for interacting with EVM smart contracts, sending transactions and getting chain data.
19+
- [**Anvil**](./crates/anvil): Local Ethereum node, akin to Ganache, Hardhat Network.
20+
- [**Chisel**](./crates/chisel): Fast, utilitarian, and verbose solidity REPL.
2121

2222
**Need help getting started with Foundry? Read the [📖 Foundry Book][foundry-book] (WIP)!**
2323

@@ -73,15 +73,15 @@ _Note: In the above benchmarks, compilation was always skipped_
7373

7474
Cast is a swiss army knife for interacting with Ethereum applications from the command line.
7575

76-
More documentation can be found in the [cast package](./cast).
76+
More documentation can be found in the [cast package](./crates/cast).
7777

7878
## Configuration
7979

8080
### Using `foundry.toml`
8181

82-
Foundry is designed to be very configurable. You can configure Foundry using a file called [`foundry.toml`](./config) in the root of your project, or any other parent directory. See [config package](./config/README.md#all-options) for all available options.
82+
Foundry is designed to be very configurable. You can configure Foundry using a file called [`foundry.toml`](./crates/config) in the root of your project, or any other parent directory. See [config package](./crates/config/README.md#all-options) for all available options.
8383

84-
Configuration can be arbitrarily namespaced by profiles. The default profile is named `default` (see ["Default Profile"](./config/README.md#default-profile)).
84+
Configuration can be arbitrarily namespaced by profiles. The default profile is named `default` (see ["Default Profile"](./crates/config/README.md#default-profile)).
8585

8686
You can select another profile using the `FOUNDRY_PROFILE` environment variable. You can also override parts of your configuration using `FOUNDRY_` or `DAPP_` prefixed environment variables, like `FOUNDRY_SRC`.
8787

0 commit comments

Comments
 (0)