mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
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.
This commit is contained in:
parent
1c41db76ac
commit
1711158984
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue