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:
parent
6929aba71d
commit
4648277fb4
2 changed files with 3 additions and 2 deletions
1
Docs.md
1
Docs.md
|
@ -1 +0,0 @@
|
|||
Moved to https://deno.land/manual.html
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue