Skip to content

Commit

Permalink
fix(cli/init): broken link in deno init sample template (#24545)
Browse files Browse the repository at this point in the history
This commit fixes the broken link in the sample template provided by the
deno init command.
  • Loading branch information
vwh authored Jul 12, 2024
1 parent 1c41db7 commit 1711158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tools/init/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Deno.test(function addTest() {
return a + b;
}
// Learn more at https://deno.land/manual/examples/module_metadata#concepts
// Learn more at https://docs.deno.com/runtime/manual/examples/module_metadata#concepts
if (import.meta.main) {
console.log("Add 2 + 3 =", add(2, 3));
}
Expand Down

0 comments on commit 1711158

Please sign in to comment.