diff options
author | rigwild <me@rigwild.dev> | 2021-02-11 20:14:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 14:14:23 -0500 |
commit | 46da7c6aff3c10af6a067f4229644d2de444a3a7 (patch) | |
tree | c882ff47df0c8fa93222731fbb2b3e2cbc767d24 /docs/introduction.md | |
parent | 723c99de8a3717611bb28949a05fd1d89d856a1b (diff) |
fix link (#9472)
Diffstat (limited to 'docs/introduction.md')
-rw-r--r-- | docs/introduction.md | 4 |
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 |