From f53242a0df04895a6d31822c72c618576e18a9c7 Mon Sep 17 00:00:00 2001 From: lora Date: Thu, 30 Jan 2025 04:36:00 -0600 Subject: [PATCH] fix: Fixed broken link to Foundry config in foundry.toml --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 7e9f00a..d27155e 100644 --- a/foundry.toml +++ b/foundry.toml @@ -1,6 +1,6 @@ # Foundry Configuration File # Default definitions: https://github.com/gakonst/foundry/blob/b7917fa8491aedda4dd6db53fbb206ea233cd531/config/src/lib.rs#L782 -# See more config options at: https://github.com/gakonst/foundry/tree/master/config +# See more config options at: https://github.com/foundry-rs/foundry/tree/master/.config. # The Default Profile [profile.default]