summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-10-10 01:48:14 -0400
committerRich Trott <rtrott@gmail.com>2019-10-11 21:18:49 -0700
commit88e815649bbc9529e23bef22dda17570bd972683 (patch)
treef226f4a7947fc41cd4f5c956bd91e30baa11d445 /doc
parent8915b15f8c367ef3ebb1299a57f482146825545b (diff)
downloadandroid-node-v8-88e815649bbc9529e23bef22dda17570bd972683.tar.gz
android-node-v8-88e815649bbc9529e23bef22dda17570bd972683.tar.bz2
android-node-v8-88e815649bbc9529e23bef22dda17570bd972683.zip
doc: add brackets to implicit markdown links
PR-URL: https://github.com/nodejs/node/pull/29911 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/n-api.md2
-rw-r--r--doc/api/util.md2
-rw-r--r--doc/releases.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index d0bd46e790..70095e8b6c 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -1805,7 +1805,7 @@ Returns `napi_ok` if the API succeeded.
This API allocates a JavaScript value with external data attached to it. This
is used to pass external data through JavaScript code, so it can be retrieved
-later by native code using [`napi_get_value_external`].
+later by native code using [`napi_get_value_external`][].
The API adds a `napi_finalize` callback which will be called when the JavaScript
object just created is ready for garbage collection. It is similar to
diff --git a/doc/api/util.md b/doc/api/util.md
index 0648c22c0f..fdb90505b1 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -1767,7 +1767,7 @@ added: v0.7.5
deprecated: v6.0.0
-->
-> Stability: 0 - Deprecated: Use [`Object.assign()`] instead.
+> Stability: 0 - Deprecated: Use [`Object.assign()`][] instead.
* `target` {Object}
* `source` {Object}
diff --git a/doc/releases.md b/doc/releases.md
index cab18fdd7b..949672dba5 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -660,7 +660,7 @@ To ensure communication goes out with the timing of the blog post, please allow
will be shared with the community in the email to coordinate these
announcements.
-Ping the IRC ops and the other [Partner Communities] liaisons.
+Ping the IRC ops and the other [Partner Communities][] liaisons.
### 19. Celebrate