From 353040c824b038bf4e4c37a669be7e448a7f387f Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Fri, 20 Oct 2017 22:16:23 -0400 Subject: [PATCH] doc: link to async_hooks destroy callback properly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/16351 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Vse Mozhet Byt --- doc/api/async_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index f993b75afff..ed8a9f2e3ca 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -636,6 +636,6 @@ constructor. [`after` callback]: #async_hooks_after_asyncid [`before` callback]: #async_hooks_before_asyncid -[`destroy` callback]: #async_hooks_before_asyncid +[`destroy` callback]: #async_hooks_destroy_asyncid [`init` callback]: #async_hooks_init_asyncid_type_triggerasyncid_resource [Hook Callbacks]: #async_hooks_hook_callbacks