Skip to content

Commit b0f073a

Browse files
committed
fix: fixed broken links
1 parent fcf4c63 commit b0f073a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ fn display_deploy_hint() {
785785
);
786786
println!(
787787
"{}",
788-
yellow!("Find more information on the DevNet here: https://docs.hiro.so/smart-contracts/devnet")
788+
yellow!("Find more information on the DevNet here: https://docs.hiro.so/smart-contracts/devnet/")
789789
);
790790
display_hint_footer();
791791
}

0 commit comments

Comments
 (0)