diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/runtime.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime.md b/docs/runtime.md index 2b9d66263..f035d75b4 100644 --- a/docs/runtime.md +++ b/docs/runtime.md @@ -13,7 +13,7 @@ The detailed documentation for implemented Web APIs can be found on [doc.deno.land](https://doc.deno.land/https/raw.githubusercontent.com/denoland/deno/master/cli/dts/lib.deno.shared_globals.d.ts). Additionally, a full list of the Web APIs which Deno implements is also available -[in the repository](https://github.com/denoland/deno/blob/master/cli/js2/README.md). +[in the repository](https://github.com/denoland/deno/blob/master/cli/rt/README.md). The TypeScript definitions for the implemented web APIs can be found in the [`lib.deno.shared_globals.d.ts`](https://github.com/denoland/deno/blob/master/cli/dts/lib.deno.shared_globals.d.ts) |