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};
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) ]
2626pub struct Cast {
Original file line number Diff line number Diff 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} ) ;
Original file line number Diff line number Diff 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) ]
2424pub struct Forge {
Original file line number Diff line number Diff 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} ) ;
You can’t perform that action at this time.
0 commit comments