summaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authortakutoaoi <47185462+takutoaoi@users.noreply.github.com>2020-07-23 23:05:36 +0900
committerGitHub <noreply@github.com>2020-07-23 10:05:36 -0400
commit090455936c892b6f2dfa425be9b1cdfb4c63af4a (patch)
treeecc1450b58a65419cbac19ac87fecb4cdc95a65a /docs/examples
parentb449964d1a8d87d53350c0f9adcf1227e6fd3eef (diff)
docs: Fix broken links (#6853)
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/os_signals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/os_signals.md b/docs/examples/os_signals.md
index 7fbe8503b..225d7301a 100644
--- a/docs/examples/os_signals.md
+++ b/docs/examples/os_signals.md
@@ -3,7 +3,7 @@
> This program makes use of an unstable Deno feature. Learn more about
> [unstable features](../runtime/stability.md).
-[API Reference](https://doc.deno.land/https/raw.githubusercontent.com/denoland/deno/master/cli/js/lib.deno.unstable.d.ts#Deno.signal)
+[API Reference](https://doc.deno.land/https/raw.githubusercontent.com/denoland/deno/master/cli/dts/lib.deno.unstable.d.ts#Deno.signal)
You can use `Deno.signal()` function for handling OS signals.