Skip to content

Commit 358ac2f

Browse files
authored
Fix link to CMake.js documentation (#1180)
1 parent dc4f2bb commit 358ac2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cmake-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ add_definitions(-DNAPI_EXPERIMENTAL)
4747

4848
### node-addon-api
4949

50-
If your Node-API native add-on uses the optional [**node-addon-api**](https://github.com/nodejs/node-addon-api#node-addon-api-module) C++ wrapper, the `CMakeLists.txt` file requires additional configuration information as described on the [CMake.js README file](https://github.com/cmake-js/cmake-js#n-api-and-node-addon-api).
50+
If your Node-API native add-on uses the optional [**node-addon-api**](https://github.com/nodejs/node-addon-api#node-addon-api-module) C++ wrapper, the `CMakeLists.txt` file requires additional configuration information as described on the [CMake.js README file](https://github.com/cmake-js/cmake-js#node-api-and-node-addon-api).
5151

5252
## Example
5353

0 commit comments

Comments
 (0)