From 392a0d310e27701a898ddb667de6b8bc253e75bf Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sun, 7 Apr 2024 23:34:28 +0300 Subject: [PATCH] doc: update the location of `build_with_cmake` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/52356 Reviewed-By: Tobias Nießen Reviewed-By: Ulises Gascón Reviewed-By: Jiawen Geng Reviewed-By: Chengzhong Wu --- doc/api/n-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index e9bb861821bebb..a33d86542208ef 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -6652,7 +6652,7 @@ the add-on's file name during loading. [`Number.MIN_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.min_safe_integer [`Worker`]: worker_threads.md#class-worker [`async_hooks.executionAsyncResource()`]: async_hooks.md#async_hooksexecutionasyncresource -[`build_with_cmake`]: https://github.com/nodejs/node-addon-examples/tree/main/build_with_cmake +[`build_with_cmake`]: https://github.com/nodejs/node-addon-examples/tree/main/src/8-tooling/build_with_cmake [`global`]: globals.md#global [`init` hooks]: async_hooks.md#initasyncid-type-triggerasyncid-resource [`napi_add_async_cleanup_hook`]: #napi_add_async_cleanup_hook