Skip to content

Commit 1d7f5eb

Browse files
authored
fix(links): update foundry book links (#10899)
1 parent 84e50ef commit 1d7f5eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/cast/src/opts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use std::{path::PathBuf, str::FromStr};
2020
name = "cast",
2121
version = SHORT_VERSION,
2222
long_version = LONG_VERSION,
23-
after_help = "Find more information in the book: http://book.getfoundry.sh/reference/cast/cast.html",
23+
after_help = "Find more information in the book: https://getfoundry.sh/cast/overview",
2424
next_display_order = None,
2525
)]
2626
pub struct Cast {

crates/cast/tests/cli/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Display options:
9090
- 4 (-vvvv): Print execution traces for all tests, and setup traces for failing tests.
9191
- 5 (-vvvvv): Print execution and setup traces for all tests, including storage changes.
9292
93-
Find more information in the book: http://book.getfoundry.sh/reference/cast/cast.html
93+
Find more information in the book: https://getfoundry.sh/cast/overview
9494
9595
"#]]);
9696
});

crates/forge/src/opts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use std::path::PathBuf;
1818
name = "forge",
1919
version = SHORT_VERSION,
2020
long_version = LONG_VERSION,
21-
after_help = "Find more information in the book: http://book.getfoundry.sh/reference/forge/forge.html",
21+
after_help = "Find more information in the book: https://getfoundry.sh/forge/overview",
2222
next_display_order = None,
2323
)]
2424
pub struct Forge {

crates/forge/tests/cli/cmd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Display options:
6969
- 4 (-vvvv): Print execution traces for all tests, and setup traces for failing tests.
7070
- 5 (-vvvvv): Print execution and setup traces for all tests, including storage changes.
7171
72-
Find more information in the book: http://book.getfoundry.sh/reference/forge/forge.html
72+
Find more information in the book: https://getfoundry.sh/forge/overview
7373
7474
"#]]);
7575
});

0 commit comments

Comments
 (0)