@ -20,11 +20,11 @@ impl fmt::Display for Wasm32Check {
fnfmt(&self,f: &mutfmt::Formatter)-> fmt::Result{
lettarget="wasm32-unknown-unknown";
ifself.found{
if!self.found{
letrustup_string=ifself.is_rustup{
"It looks like Rustup is being used.".to_owned()
}else{
format!("It looks like Rustup is not being used. For non-Rustup setups, the {} target needs to be installed manually. See https://rustwasm.github.io/wasm-pack/book/prerequisites/index.html#target-wasm32-unknown-unknown on how to do this.",target)
format!("It looks like Rustup is not being used. For non-Rustup setups, the {} target needs to be installed manually. See https://rustwasm.github.io/wasm-pack/book/prerequisites/non-rustup-setups.html on how to do this.",target)