Skip to content

Commit cde1f32

Browse files
authored
chore: update announcements link in nightly warning for Foundry book (#10690)
update announcements link
1 parent 213d27d commit cde1f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ pub const IS_NIGHTLY_VERSION: bool = option_env!("FOUNDRY_IS_NIGHTLY_VERSION").i
2323
/// The warning message for nightly versions.
2424
pub const NIGHTLY_VERSION_WARNING_MESSAGE: &str =
2525
"This is a nightly build of Foundry. It is recommended to use the latest stable version. \
26-
Visit https://book.getfoundry.sh/announcements for more information. \n\
26+
Visit https://book.getfoundry.sh/misc/announcements for more information. \n\
2727
To mute this warning set `FOUNDRY_DISABLE_NIGHTLY_WARNING` in your environment. \n";

0 commit comments

Comments
 (0)