From 88ae503739b551ba3c649ec992d8664e72310630 Mon Sep 17 00:00:00 2001 From: Peter Straus <153843855+krauspt@users.noreply.github.com> Date: Sat, 16 Dec 2023 18:32:38 +0100 Subject: [PATCH] fix: update outdated links to external resources (#6611) * fix: update outdated link to foundry book * fix: update outdated link fo gnosis safe FAQ --- crates/anvil/tests/it/anvil_api.rs | 2 +- crates/forge/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/anvil/tests/it/anvil_api.rs b/crates/anvil/tests/it/anvil_api.rs index 6591dd25d3d2..1a7c19981ba7 100644 --- a/crates/anvil/tests/it/anvil_api.rs +++ b/crates/anvil/tests/it/anvil_api.rs @@ -187,7 +187,7 @@ async fn can_impersonate_gnosis_safe() { let (api, handle) = spawn(fork_config()).await; let provider = handle.http_provider(); - // + // let safe: Address = "0xA063Cb7CFd8E57c30c788A0572CBbf2129ae56B6".parse().unwrap(); let code = provider.get_code(safe, None).await.unwrap(); diff --git a/crates/forge/README.md b/crates/forge/README.md index 35cb196ced43..5ac9d57478b5 100644 --- a/crates/forge/README.md +++ b/crates/forge/README.md @@ -404,7 +404,7 @@ For example, if you have `@openzeppelin` imports, you would ## Github Actions CI -We recommend using the [Github Actions CI setup](https://book.getfoundry.sh/config/continous-integration.html) from the [📖 Foundry Book](https://book.getfoundry.sh/index.html). +We recommend using the [Github Actions CI setup](https://book.getfoundry.sh/config/continuous-integration) from the [📖 Foundry Book](https://book.getfoundry.sh/index.html). ## Future Features