Skip to content

Commit

Permalink
fix: fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
criadoperez committed Jan 17, 2022
1 parent fcf4c63 commit b0f073a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ fn display_deploy_hint() {
);
println!(
"{}",
yellow!("Find more information on the DevNet here: https://docs.hiro.so/smart-contracts/devnet")
yellow!("Find more information on the DevNet here: https://docs.hiro.so/smart-contracts/devnet/")
);
display_hint_footer();
}

0 comments on commit b0f073a

Please sign in to comment.