diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-05-09 09:15:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-09 09:15:26 -0400 |
commit | d5dd5ae87d7598643a46f27fa4a11b2a85d42be8 (patch) | |
tree | a85263c25eda5d29669be039e6a83b58ac61a309 /docs/examples/permissions.md | |
parent | 5de077ab6558129d57e1212e0896caa5d5318eb1 (diff) |
std/0.50.0
Add std/version.ts and document unstableness of std.
Diffstat (limited to 'docs/examples/permissions.md')
-rw-r--r-- | docs/examples/permissions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/permissions.md b/docs/examples/permissions.md index 7d404d5fc..2237d26df 100644 --- a/docs/examples/permissions.md +++ b/docs/examples/permissions.md @@ -1,7 +1,7 @@ ## Inspecting and revoking permissions > This program makes use of an unstable Deno feature. Learn more about -> [unstable features](../../runtime/unstable). +> [unstable features](../runtime/stability.md). Sometimes a program may want to revoke previously granted permissions. When a program, at a later stage, needs those permissions, it will fail. |