From 4b7204babe4716af107786f8794072b9496d2daf Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 12 Oct 2019 12:23:58 -0700 Subject: Update various links to deno_std (#3096) --- cli/flags.rs | 2 +- website/index.html | 15 +-------------- website/manual.md | 10 +++++----- 3 files changed, 7 insertions(+), 20 deletions(-) diff --git a/cli/flags.rs b/cli/flags.rs index 24d331bfa..7e0f298ed 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -137,7 +137,7 @@ pub fn create_cli_app<'a, 'b>() -> App<'a, 'b> { .long_about("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: diff --git a/website/index.html b/website/index.html index 2b4d29ba3..38c0092c7 100644 --- a/website/index.html +++ b/website/index.html @@ -36,19 +36,6 @@ - - deno_std - - - - - - deno_install @@ -125,7 +112,7 @@ window.onload = async () => {

API Reference

- Standard Modules + Standard Modules

Style Guide

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 set of reviewed -(audited) standard modules that are guaranteed to work with Deno. +Deno provides a set +of reviewed (audited) standard modules that are guaranteed to work with +Deno. ### Goals @@ -71,7 +72,6 @@ Deno provides 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 | -- cgit v1.2.3