summaryrefslogtreecommitdiff
path: root/website/manual.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-12 12:23:58 -0700
committerBert Belder <bertbelder@gmail.com>2019-10-12 12:23:58 -0700
commit4b7204babe4716af107786f8794072b9496d2daf (patch)
tree8f0454a80cc9dd8d9be506960ca0300cd01533a4 /website/manual.md
parent97d8498d46bbfb7bb16eeb3a69565d2aeda1e5aa (diff)
Update various links to deno_std (#3096)
Diffstat (limited to 'website/manual.md')
-rw-r--r--website/manual.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/website/manual.md b/website/manual.md
index 2bbcdfc5d..b56c93761 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -26,8 +26,9 @@ standard browser-compatible protocol for loading modules: URLs.
Deno provides security guarantees about how programs can access your system with
the default being the most restrictive secure sandbox.
-Deno provides <a href="https://github.com/denoland/deno_std">a set of reviewed
-(audited) standard modules</a> that are guaranteed to work with Deno.
+Deno provides <a href="https://github.com/denoland/deno/tree/master/std">a set
+of reviewed (audited) standard modules</a> that are guaranteed to work with
+Deno.
### Goals
@@ -71,7 +72,6 @@ Deno provides <a href="https://github.com/denoland/deno_std">a set of reviewed
- bundling (`deno bundle`)
- runtime type info (`deno types`)
- test runner (`deno test`)
- [not yet](https://github.com/denoland/deno_std/issues/193)
- command-line debugger (`--debug`)
[not yet](https://github.com/denoland/deno/issues/1120)
- linter (`deno lint`) [not yet](https://github.com/denoland/deno/issues/1880)
@@ -633,7 +633,7 @@ deno
A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
Docs: https://deno.land/manual.html
-Modules: https://github.com/denoland/deno_std
+Modules: https://deno.land/x/
Bugs: https://github.com/denoland/deno/issues
To run the REPL:
@@ -991,7 +991,7 @@ defined in `imported.ts`.
| Syscalls | Ops |
| File descriptors (fd) | [Resource ids (rid)](#resources) |
| Scheduler | Tokio |
-| Userland: libc++ / glib / boost | deno_std |
+| Userland: libc++ / glib / boost | https://deno.land/std/ |
| /proc/\$\$/stat | [Deno.metrics()](#metrics) |
| man pages | deno types |