1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

Minor doc edits (#2231)

This commit is contained in:
Ryan Dahl 2019-05-03 15:02:14 -04:00 committed by GitHub
parent 6929aba71d
commit 4648277fb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -1 +0,0 @@
Moved to https://deno.land/manual.html

View file

@ -222,7 +222,9 @@ $ deno types
[TypeScript Deno API](https://deno.land/typedoc/index.html).
If you are embedding deno in a Rust program, see
[Rust Deno API](https://deno.land/rustdoc/deno/index.html).
[Rust Deno API](https://docs.rs/deno).
The Deno crate is hosted on [crates.io](https://crates.io/crates/deno).
## Examples