Skip to content

Commit 93ebcdd

Browse files
authored
fix: config options url (foundry-rs#5628)
1 parent def0410 commit 93ebcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/config/src/lib.rs

Lines changed: 1 addition & 1 deletion
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/config\n",
2442+
# See more config options https://github.com/foundry-rs/foundry/tree/master/crates/config\n",
24432443
self.profile
24442444
))
24452445
}

0 commit comments

Comments
 (0)