From ca4dcb36dd5be0b14a2fafa059ea02ee7e0a0262 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 23 Jul 2020 10:27:26 -0400 Subject: Rename cli/js2 to cli/rt (#6857) --- docs/runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/runtime.md') 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) -- cgit v1.2.3