You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -186,7 +186,7 @@ If you wish to simulate on-chain transactions pass a RPC URL.
186
186
187
187
Run `forge --help` to explore the full list of available subcommands and their usage.
188
188
189
-
More documentation can be found in the [forge][foundry-book-forge] section of the Foundry Book.
189
+
More documentation can be found in the [forge](https://getfoundry.sh/forge/overview) section of the Foundry Docs.
190
190
191
191
## Cast
192
192
@@ -218,7 +218,7 @@ Optionally, pass `--etherscan-api-key <API_KEY>` to decode transaction traces us
218
218
219
219
Run `cast --help` to explore the full list of available subcommands and their usage.
220
220
221
-
More documentation can be found in the [cast][foundry-book-cast] section of the Foundry Book.
221
+
More documentation can be found in the [cast](https://getfoundry.sh/cast/overview) section of the Foundry Docs.
222
222
223
223
## Anvil
224
224
@@ -240,7 +240,7 @@ cast block-number
240
240
241
241
Run `anvil --help` to explore the full list of available features and their usage.
242
242
243
-
More documentation can be found in the [anvil][foundry-book-anvil] section of the Foundry Book.
243
+
More documentation can be found in the [anvil](https://getfoundry.sh/anvil/overview) section of the Foundry Docs.
244
244
245
245
## Chisel
246
246
@@ -287,7 +287,7 @@ contract REPL {
287
287
288
288
Run `chisel --help` to explore the full list of available features and their usage.
289
289
290
-
More documentation can be found in the [chisel][foundry-book-chisel] section of the Foundry Book.
290
+
More documentation can be found in the [chisel](https://getfoundry.sh/chisel/overview) section of the Foundry Docs.
291
291
292
292
## Configuration
293
293
@@ -302,9 +302,9 @@ Foundry is highly configurable, allowing you to tailor it to your needs. Configu
302
302
303
303
---
304
304
305
-
You can find additional [setup and configurations guides][foundry-book-config] in the [Foundry Book][foundry-book] and in the [config crate](./crates/config/README.md):
305
+
You can find additional [setup and configurations guides](https://getfoundry.sh/config/overview) in the [Foundry Docs][foundry-docs] and in the [config crate](./crates/config/README.md):
306
306
307
-
-[Configuring with `foundry.toml`](https://book.getfoundry.sh/config/)
307
+
-[Configuring with `foundry.toml`](https://getfoundry.sh/config/overview)
308
308
-[Setting up VSCode][vscode-setup]
309
309
-[Shell autocompletions][shell-setup]
310
310
@@ -314,7 +314,7 @@ See our [contributing guidelines](./CONTRIBUTING.md).
314
314
315
315
## Getting Help
316
316
317
-
First, see if the answer to your question can be found in the [Foundy Book][foundry-book], or in the relevant crate.
317
+
First, see if the answer to your question can be found in the [Foundy Docs][foundry-docs], or in the relevant crate.
318
318
319
319
If the answer is not there:
320
320
@@ -342,12 +342,7 @@ shall be dual licensed as above, without any additional terms or conditions.
342
342
- All the other [contributors](https://github.com/foundry-rs/foundry/graphs/contributors) to the [ethers-rs](https://github.com/gakonst/ethers-rs), [alloy][alloy] & [foundry](https://github.com/foundry-rs/foundry) repositories and chatrooms.
0 commit comments