summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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