Skip to content

Commit

Permalink
fix: update outdated links to external resources (#6611)
Browse files Browse the repository at this point in the history
* fix: update outdated link to foundry book

* fix: update outdated link fo gnosis safe FAQ
  • Loading branch information
krauspt authored Dec 16, 2023
1 parent 3d6bfdd commit 88ae503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/anvil/tests/it/anvil_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async fn can_impersonate_gnosis_safe() {
let (api, handle) = spawn(fork_config()).await;
let provider = handle.http_provider();

// <https://help.gnosis-safe.io/en/articles/4971293-i-don-t-remember-my-safe-address-where-can-i-find-it>
// <https://help.safe.global/en/articles/40824-i-don-t-remember-my-safe-address-where-can-i-find-it>
let safe: Address = "0xA063Cb7CFd8E57c30c788A0572CBbf2129ae56B6".parse().unwrap();

let code = provider.get_code(safe, None).await.unwrap();
Expand Down
2 changes: 1 addition & 1 deletion crates/forge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 88ae503

Please sign in to comment.