diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2021-07-08 15:37:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 15:37:26 +0900 |
commit | 5e5095bbe3c9a666d6888ca401d864e0a0fa6240 (patch) | |
tree | 2b5d503bf663d5fb06362432af03d352f163e92b | |
parent | 397c34ca1512e592d08bf7b3c7e86b65d42ee08f (diff) |
docs(runtime): fix link to API docs (#11328)
-rw-r--r-- | docs/runtime.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/runtime.md b/docs/runtime.md index 2ff0829ed..4ae2315c4 100644 --- a/docs/runtime.md +++ b/docs/runtime.md @@ -1,8 +1,7 @@ # Runtime Documentation for all runtime functions (Web APIs + `Deno` global) can be found -on -[`doc.deno.land`](https://doc.deno.land/https/github.com/denoland/deno/releases/latest/download/lib.deno.d.ts). +on [`doc.deno.land`](https://doc.deno.land/builtin/stable). ## Web Platform APIs |