diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-02-19 15:58:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 15:58:19 +0100 |
commit | 4f80587d26891f783b1a7a46b0f3273def49cd6e (patch) | |
tree | e47ed14559f7af33de7e8c561438fa00b2b0b4db /docs/runtime | |
parent | e3fe4be83b7424f5530430f1b462f07a71e55b65 (diff) |
chore: rename default branch to main (#9503)
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 6bb60ae5c..9cdc1eea8 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/dts/lib.deno.unstable.d.ts) + [`lib.deno.unstable.d.ts`](https://doc.deno.land/https/raw.githubusercontent.com/denoland/deno/main/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`. |