File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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( ) ,
You can’t perform that action at this time.
0 commit comments