diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 72410ab7b54..8cef17f6205 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -194,9 +194,8 @@ the native addon. #### node-gyp -[node-gyp][] is a build system based on the [gyp-next][] fork of -Google's [GYP][] tool and comes bundled with npm. GYP, and therefore node-gyp, -requires that Python be installed. +[node-gyp][] is a build system based on the [gyp-next][] tool and comes bundled with npm. +node-gyp requires that Python be installed. Historically, node-gyp has been the tool of choice for building native addons. It has widespread adoption and documentation. However, some @@ -6970,7 +6969,6 @@ the add-on's file name during loading. [ECMAScript Language Specification]: https://tc39.es/ecma262/ [Error handling]: #error-handling [GCC]: https://gcc.gnu.org -[GYP]: https://gyp.gsrc.io [GitHub releases]: https://help.github.com/en/github/administering-a-repository/about-releases [LLVM]: https://llvm.org [Native Abstractions for Node.js]: https://github.com/nodejs/nan