From 583cb674a2b942dda34e9f46edb5a9f5b696b90a Mon Sep 17 00:00:00 2001 From: Peter Straus <153843855+krauspt@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:31:08 +0100 Subject: [PATCH] fix: outdated link to foundry config docs (#172) --- l1-contracts/foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l1-contracts/foundry.toml b/l1-contracts/foundry.toml index ecdc26a1aa18..fb84e825c2b2 100644 --- a/l1-contracts/foundry.toml +++ b/l1-contracts/foundry.toml @@ -5,4 +5,4 @@ libs = ['node_modules', 'lib'] cache_path = 'cache-forge' test = 'test/foundry' -# See more config options https://github.com/foundry-rs/foundry/tree/master/config +# See more config options https://github.com/foundry-rs/foundry/tree/master/crates/config