diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 1aa05b9bc8bf2c..74e341c2e59139 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 c57a0a6cc3bec1..adee5c4a7fe6a6 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1766,7 +1766,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 cab18fdd7b71eb..949672dba5873d 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