diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 3fb80e91987071..89d4cc71c4def9 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -162,7 +162,7 @@ the native addon. [node-gyp][] is a build system based on Google's [GYP][] tool and comes bundled with npm. GYP, and therefore node-gyp, requires that Python be -installed. +installed. Currently gyp is maintained in [gyp-next][] by @nodejs/gyp team. Historically, node-gyp has been the tool of choice for building native addons. It has widespread adoption and documentation. However, some @@ -5987,6 +5987,7 @@ the add-on's file name during loading. [GCC]: https://gcc.gnu.org [GYP]: https://gyp.gsrc.io [GitHub releases]: https://help.github.com/en/github/administering-a-repository/about-releases +[gyp-next]: https://github.com/nodejs/gyp-next [LLVM]: https://llvm.org [Native Abstractions for Node.js]: https://github.com/nodejs/nan [Object lifetime management]: #n_api_object_lifetime_management