summaryrefslogtreecommitdiff
path: root/doc/api/n-api.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md2
1 files changed, 1 insertions, 1 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