summaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/os_signals.md2
-rw-r--r--docs/examples/permissions.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/os_signals.md b/docs/examples/os_signals.md
index 5f66f3340..8c8dea880 100644
--- a/docs/examples/os_signals.md
+++ b/docs/examples/os_signals.md
@@ -1,7 +1,7 @@
## Handle OS Signals
> This program makes use of an unstable Deno feature. Learn more about
-> [unstable features](../../runtime/unstable).
+> [unstable features](../runtime/stability.md).
[API Reference](https://deno.land/typedoc/index.html#signal)
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.