diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2020-09-27 03:12:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 12:12:33 +0200 |
commit | c28757f379fd1141c817b21ce2fe4dd86b29cd8c (patch) | |
tree | c2da4f3be185c144855f6bf9412610363842f413 /docs/standard_library.md | |
parent | 13b5cc7673329463a34ce0a315a06423f909ec58 (diff) |
docs: update GitHub doc links to use $CLI_VERSION (#7710)
Diffstat (limited to 'docs/standard_library.md')
-rw-r--r-- | docs/standard_library.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/standard_library.md b/docs/standard_library.md index 319b53b15..b2110b6eb 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/dts/lib.deno.unstable.d.ts) +[`lib.deno.unstable.d.ts`](https://github.com/denoland/deno/blob/$CLI_VERSION/cli/dts/lib.deno.unstable.d.ts) declaration. This problem should be fixed in the near future. Feel free to omit the flag if |