From 7526bb2140a9e4be8b49a15b2b1b76209de42bec Mon Sep 17 00:00:00 2001 From: Apollo <41392253+Apollo-Roboto@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:21:07 -0500 Subject: [PATCH] fix dead url to environment variable setup --- src/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/env.rs b/src/env.rs index 957d583..485f055 100644 --- a/src/env.rs +++ b/src/env.rs @@ -178,7 +178,7 @@ pub fn print_post_install_msg(export_file: &Path) -> Result<(), Error> { export_file.display() ); println!( - "\tThis step must be done every time you open a new terminal.\n\t See other methods for setting the environment in https://esp-rs.github.io/book/installation/riscv-and-xtensa.html#3-set-up-the-environment-variables", + "\tThis step must be done every time you open a new terminal.\n\t See other methods for setting the environment in https://github.com/esp-rs/espup/?tab=readme-ov-file#environment-variables-setup", ); } Ok(())