summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-05-03 15:02:14 -0400
committerGitHub <noreply@github.com>2019-05-03 15:02:14 -0400
commit4648277fb4aa0f7258a316b8828a1175e3e2d132 (patch)
tree46ff04c505a3a055bce1203f656b42dfa5cd93ec
parent6929aba71d5004f9d2ff1d6c2e6817b6dfb22c89 (diff)
Minor doc edits (#2231)
-rw-r--r--Docs.md1
-rw-r--r--website/manual.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/Docs.md b/Docs.md
deleted file mode 100644
index f038b411a..000000000
--- a/Docs.md
+++ /dev/null
@@ -1 +0,0 @@
-Moved to https://deno.land/manual.html
diff --git a/website/manual.md b/website/manual.md
index 0aca3e1ef..bfc8f9603 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -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