summaryrefslogtreecommitdiff
path: root/docs/introduction.md
diff options
context:
space:
mode:
authorrigwild <me@rigwild.dev>2021-02-11 20:14:23 +0100
committerGitHub <noreply@github.com>2021-02-11 14:14:23 -0500
commit46da7c6aff3c10af6a067f4229644d2de444a3a7 (patch)
treec882ff47df0c8fa93222731fbb2b3e2cbc767d24 /docs/introduction.md
parent723c99de8a3717611bb28949a05fd1d89d856a1b (diff)
fix link (#9472)
Diffstat (limited to 'docs/introduction.md')
-rw-r--r--docs/introduction.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/introduction.md b/docs/introduction.md
index 3f63dccc8..ed9ec9804 100644
--- a/docs/introduction.md
+++ b/docs/introduction.md
@@ -15,8 +15,8 @@ It's built on V8, Rust, and Tokio.
formatter (`deno fmt`).
- Has
[a set of reviewed (audited) standard
- modules](https://github.com/denoland/deno/tree/master/std) that are guaranteed
- to work with Deno.
+ modules](https://github.com/denoland/deno_std) that are guaranteed to work
+ with Deno.
- Scripts can be bundled into a single JavaScript file.
## Philosophy