diff options
author | takutoaoi <47185462+takutoaoi@users.noreply.github.com> | 2020-07-23 23:05:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 10:05:36 -0400 |
commit | 090455936c892b6f2dfa425be9b1cdfb4c63af4a (patch) | |
tree | ecc1450b58a65419cbac19ac87fecb4cdc95a65a /docs/runtime | |
parent | b449964d1a8d87d53350c0f9adcf1227e6fd3eef (diff) |
docs: Fix broken links (#6853)
Diffstat (limited to 'docs/runtime')
-rw-r--r-- | docs/runtime/stability.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/stability.md b/docs/runtime/stability.md index 298a788d4..6bb60ae5c 100644 --- a/docs/runtime/stability.md +++ b/docs/runtime/stability.md @@ -15,7 +15,7 @@ Passing this flag does a few things: - It enables the use of unstable APIs during runtime. - It adds the - [`lib.deno.unstable.d.ts`](https://doc.deno.land/https/raw.githubusercontent.com/denoland/deno/master/cli/js/lib.deno.unstable.d.ts) + [`lib.deno.unstable.d.ts`](https://doc.deno.land/https/raw.githubusercontent.com/denoland/deno/master/cli/dts/lib.deno.unstable.d.ts) file to the list of TypeScript definitions that are used for type checking. This includes the output of `deno types`. |