Skip to content

Commit ad318c6

Browse files
nschonnitargos
authored andcommitted
doc: add brackets to implicit markdown links
PR-URL: #29911 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 3155ab4 commit ad318c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/api/n-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,7 @@ Returns `napi_ok` if the API succeeded.
18051805

18061806
This API allocates a JavaScript value with external data attached to it. This
18071807
is used to pass external data through JavaScript code, so it can be retrieved
1808-
later by native code using [`napi_get_value_external`].
1808+
later by native code using [`napi_get_value_external`][].
18091809

18101810
The API adds a `napi_finalize` callback which will be called when the JavaScript
18111811
object just created is ready for garbage collection. It is similar to

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ added: v0.7.5
17661766
deprecated: v6.0.0
17671767
-->
17681768

1769-
> Stability: 0 - Deprecated: Use [`Object.assign()`] instead.
1769+
> Stability: 0 - Deprecated: Use [`Object.assign()`][] instead.
17701770
17711771
* `target` {Object}
17721772
* `source` {Object}

doc/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ To ensure communication goes out with the timing of the blog post, please allow
660660
will be shared with the community in the email to coordinate these
661661
announcements.
662662

663-
Ping the IRC ops and the other [Partner Communities] liaisons.
663+
Ping the IRC ops and the other [Partner Communities][] liaisons.
664664

665665
### 19. Celebrate
666666

0 commit comments

Comments
 (0)