summaryrefslogtreecommitdiff
path: root/docs/examples/subprocess.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/subprocess.md')
-rw-r--r--docs/examples/subprocess.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/subprocess.md b/docs/examples/subprocess.md
index 80d0cc7da..72a3bc862 100644
--- a/docs/examples/subprocess.md
+++ b/docs/examples/subprocess.md
@@ -38,7 +38,7 @@ const p = Deno.run({
"deno",
"run",
"--allow-read",
- "https://deno.land/std/examples/cat.ts",
+ "https://deno.land/std@$STD_VERSION/examples/cat.ts",
...fileNames,
],
stdout: "piped",