Skip to content

Commit 7526bb2

Browse files
Apollo-RobotoSergioGasquez
authored andcommitted
fix dead url to environment variable setup
1 parent 4d1235b commit 7526bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pub fn print_post_install_msg(export_file: &Path) -> Result<(), Error> {
178178
export_file.display()
179179
);
180180
println!(
181-
"\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",
181+
"\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",
182182
);
183183
}
184184
Ok(())

0 commit comments

Comments
 (0)