File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ use std::{path::PathBuf, str::FromStr};
20
20
name = "cast" ,
21
21
version = SHORT_VERSION ,
22
22
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 " ,
24
24
next_display_order = None ,
25
25
) ]
26
26
pub struct Cast {
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Display options:
90
90
- 4 (-vvvv): Print execution traces for all tests, and setup traces for failing tests.
91
91
- 5 (-vvvvv): Print execution and setup traces for all tests, including storage changes.
92
92
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
94
94
95
95
"# ] ] ) ;
96
96
} ) ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ use std::path::PathBuf;
18
18
name = "forge" ,
19
19
version = SHORT_VERSION ,
20
20
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 " ,
22
22
next_display_order = None ,
23
23
) ]
24
24
pub struct Forge {
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Display options:
69
69
- 4 (-vvvv): Print execution traces for all tests, and setup traces for failing tests.
70
70
- 5 (-vvvvv): Print execution and setup traces for all tests, including storage changes.
71
71
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
73
73
74
74
"# ] ] ) ;
75
75
} ) ;
You can’t perform that action at this time.
0 commit comments