From 0f371ebdaf5b6f421813b450b421b07f7f9c88fe Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 10 Oct 2019 01:48:14 -0400 Subject: [PATCH] doc: add brackets to implicit markdown links --- doc/api/n-api.md | 2 +- doc/api/util.md | 2 +- doc/releases.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index d0bd46e790f737..70095e8b6c552b 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 ace167fb43ec65..0cd71878d8e5a5 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 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