summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorСковорода Никита Андреевич <chalkerx@gmail.com>2018-09-02 13:49:02 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-10-15 05:51:18 +0200
commit8d29569368629bf6dfd549a69b80b678ab714e58 (patch)
tree60d5cba983c1a738c3b9b001e277dc2056115596 /doc/api/deprecations.md
parent98afca92a9d035a6191fd05e8013a6fc36a78539 (diff)
downloadandroid-node-v8-8d29569368629bf6dfd549a69b80b678ab714e58.tar.gz
android-node-v8-8d29569368629bf6dfd549a69b80b678ab714e58.tar.bz2
android-node-v8-8d29569368629bf6dfd549a69b80b678ab714e58.zip
doc: wrap links in <>
This fixes links that were broken due to inclusion of the trailing dot. Also simplifies a pair of occurances of [](). PR-URL: https://github.com/nodejs/node/pull/23359 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 19f96099f3..0172cd7838 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -334,7 +334,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
@@ -1717,7 +1717,7 @@ 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`
+(See <https://github.com/nodejs/node/issues/15572>.) Use the `AsyncResource`
API instead.
<a id="DEP0086"></a>
@@ -1737,8 +1737,8 @@ 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> for
+more details.
<a id="DEP0089"></a>
### DEP0089: require('assert')
@@ -1897,7 +1897,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> for more details.
<a id="DEP0099"></a>
### DEP0099: async context-unaware node::MakeCallback C++ APIs