From ec5518003f42ceb72b396b91847891459f0a7c88 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Tue, 9 Jul 2019 18:57:17 -0400 Subject: [PATCH] doc: drop 'for more details' in deprecations The deprecations documentation links to the GitHub issue tracker in several places. This commit makes the text around those links consistent. PR-URL: https://github.com/nodejs/node/pull/28617 Reviewed-By: Franziska Hinkelmann Reviewed-By: Trivikram Kamat Reviewed-By: Jiawen Geng Reviewed-By: Rich Trott Reviewed-By: Ruben Bridgewater --- doc/api/deprecations.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 025255be51044f..d8d00367309fc3 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -339,7 +339,7 @@ changes: Type: End-of-Life Calling an asynchronous function without a callback throws a `TypeError` -in Node.js 10.0.0 onwards. (See .) +in Node.js 10.0.0 onwards. See . ### DEP0014: fs.read legacy String interface @@ -1754,8 +1754,8 @@ changes: Type: End-of-Life The AsyncHooks Sensitive API was never documented and had various minor issues. -(See .) Use the `AsyncResource` -API instead. +Use the `AsyncResource` API instead. See +. ### DEP0086: Remove runInAsyncIdScope @@ -1774,8 +1774,7 @@ changes: Type: End-of-Life `runInAsyncIdScope` doesn't emit the `'before'` or `'after'` event and can thus -cause a lot of issues. See for -more details. +cause a lot of issues. See . ### DEP0089: require('assert') @@ -1937,7 +1936,7 @@ to unrecoverable errors. Use [`asyncResource.runInAsyncScope()`][] API instead which provides a much safer, and more convenient, alternative. See - for more details. +. ### DEP0099: async context-unaware node::MakeCallback C++ APIs