diff --git a/crates/config/src/lib.rs b/crates/config/src/lib.rs index 63003ca3c6396..776c3d55da030 100644 --- a/crates/config/src/lib.rs +++ b/crates/config/src/lib.rs @@ -2439,7 +2439,7 @@ impl BasicConfig { "\ [profile.{}] {s} -# See more config options https://github.com/foundry-rs/foundry/tree/master/crates/config\n", +# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options\n", self.profile )) } @@ -4139,7 +4139,7 @@ mod tests { out = 'out' libs = ['lib'] - # See more config options https://github.com/foundry-rs/foundry/tree/master/config + # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options "#; assert_eq!( parse_with_profile::(foundry_str).unwrap().unwrap(),