doc(deno): update Hello World example to use deno.com URL

Signed-off-by: bry-val <94031627+bry-val@users.noreply.github.com>
This commit is contained in:
bry-val
2025-03-06 20:48:54 +00:00
committed by AJ ONeal
parent 3d1a75102f
commit 81ffcf3182
+1 -1
View File
@@ -18,7 +18,7 @@ etc).
The obligatory Hello World
```sh
deno run https://deno.land/std/examples/welcome.ts
deno run https://docs.deno.com/examples/scripts/hello_world.ts
```
Run a local file