Skip to content

Commit dea5405

Browse files
Updated link to config options (foundry-rs#5644)
1 parent d154507 commit dea5405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/config/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2439,7 +2439,7 @@ impl BasicConfig {
24392439
"\
24402440
[profile.{}]
24412441
{s}
2442-
# See more config options https://github.com/foundry-rs/foundry/tree/master/crates/config\n",
2442+
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options\n",
24432443
self.profile
24442444
))
24452445
}
@@ -4139,7 +4139,7 @@ mod tests {
41394139
out = 'out'
41404140
libs = ['lib']
41414141
4142-
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
4142+
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
41434143
"#;
41444144
assert_eq!(
41454145
parse_with_profile::<BasicConfig>(foundry_str).unwrap().unwrap(),

0 commit comments

Comments
 (0)