diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-16 16:02:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 16:02:03 +0200 |
commit | 6405675448917f36252cde52d8504a64b73db9c8 (patch) | |
tree | eb89c88f45d8d278f69ea9478fcf875d95905853 /docs/examples | |
parent | 0b9942da84bb9bfc9fc1eaf4170ad71864b7c179 (diff) |
chore: remove typedoc (#5497)
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/os_signals.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/os_signals.md b/docs/examples/os_signals.md index 7dfa6187d..7fbe8503b 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://deno.land/typedoc/index.html#signal) +[API Reference](https://doc.deno.land/https/raw.githubusercontent.com/denoland/deno/master/cli/js/lib.deno.unstable.d.ts#Deno.signal) You can use `Deno.signal()` function for handling OS signals. |