summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-07-09 18:57:17 -0400
committerMichaƫl Zasso <targos@protonmail.com>2019-07-20 11:10:24 +0200
commitf688122dff4f0726cd4fc89f2551b6949f86d23a (patch)
tree3353cda463bb7b4f239df1800ff8efef83708b72 /doc
parent29fda66ca6a75eba46a3089575a80db4a9ac762f (diff)
downloadandroid-node-v8-f688122dff4f0726cd4fc89f2551b6949f86d23a.tar.gz
android-node-v8-f688122dff4f0726cd4fc89f2551b6949f86d23a.tar.bz2
android-node-v8-f688122dff4f0726cd4fc89f2551b6949f86d23a.zip
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 <franziska.hinkelmann@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index cad264c6c0..9284ec9965 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 <https://github.com/nodejs/node/pull/12562>.)
+in Node.js 10.0.0 onwards. See <https://github.com/nodejs/node/pull/12562>.
<a id="DEP0014"></a>
### 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 <https://github.com/nodejs/node/issues/15572>.) Use the `AsyncResource`
-API instead.
+Use the `AsyncResource` API instead. See
+<https://github.com/nodejs/node/issues/15572>.
<a id="DEP0086"></a>
### 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 <https://github.com/nodejs/node/issues/14328> for
-more details.
+cause a lot of issues. See <https://github.com/nodejs/node/issues/14328>.
<a id="DEP0089"></a>
### 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
-<https://github.com/nodejs/node/pull/18513> for more details.
+<https://github.com/nodejs/node/pull/18513>.
<a id="DEP0099"></a>
### DEP0099: async context-unaware node::MakeCallback C++ APIs