From 090455936c892b6f2dfa425be9b1cdfb4c63af4a Mon Sep 17 00:00:00 2001 From: takutoaoi <47185462+takutoaoi@users.noreply.github.com> Date: Thu, 23 Jul 2020 23:05:36 +0900 Subject: docs: Fix broken links (#6853) --- docs/standard_library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/standard_library.md') diff --git a/docs/standard_library.md b/docs/standard_library.md index fd1a5e8e8..6f11a68d6 100644 --- a/docs/standard_library.md +++ b/docs/standard_library.md @@ -69,7 +69,7 @@ deno run --allow-read --allow-write --unstable main.ts ``` To make sure that API producing error is unstable check -[`lib.deno.unstable.d.ts`](https://github.com/denoland/deno/blob/master/cli/js/lib.deno.unstable.d.ts) +[`lib.deno.unstable.d.ts`](https://github.com/denoland/deno/blob/master/cli/dts/lib.deno.unstable.d.ts) declaration. This problem should be fixed in the near future. Feel free to omit the flag if -- cgit v1.2.3