From 090455936c892b6f2dfa425be9b1cdfb4c63af4a Mon Sep 17 00:00:00 2001 From: takutoaoi <47185462+takutoaoi@users.noreply.github.com> Date: Thu, 23 Jul 2020 23:05:36 +0900 Subject: docs: Fix broken links (#6853) --- docs/examples/os_signals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/os_signals.md') 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. -- cgit v1.2.3