Skip to content

Commit 1711158

Browse files
authored
fix(cli/init): broken link in deno init sample template (#24545)
This commit fixes the broken link in the sample template provided by the deno init command.
1 parent 1c41db7 commit 1711158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/tools/init/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Deno.test(function addTest() {
6868
return a + b;
6969
}
7070
71-
// Learn more at https://deno.land/manual/examples/module_metadata#concepts
71+
// Learn more at https://docs.deno.com/runtime/manual/examples/module_metadata#concepts
7272
if (import.meta.main) {
7373
console.log("Add 2 + 3 =", add(2, 3));
7474
}

0 commit comments

Comments
 (0)