FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: fix broken GYP link in n-api.md · nodejs/node@1ad09f7 · GitHub

/ node Public

Commit 1ad09f7

Browse files
authored andcommitted
doc: fix broken GYP link in n-api.md
Replace the unavailable GYP website with the GYP documentation preserved in the Chromium source repository. Signed-off-by: HoonDongKang <d159123@naver.com> PR-URL: #65413 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent b6852e2 commit 1ad09f7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

‎doc/api/n-api.md‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,8 @@ the native addon.
194194

195195
#### node-gyp
196196

197-
[node-gyp][] is a build system based on the [gyp-next][] fork of
198-
Google's [GYP][] tool and comes bundled with npm. GYP, and therefore node-gyp,
199-
requires that Python be installed.
197+
[node-gyp][] is a build system based on the [gyp-next][] tool and comes bundled with npm.
198+
node-gyp requires that Python be installed.
200199

201200
Historically, node-gyp has been the tool of choice for building native
202201
addons. It has widespread adoption and documentation. However, some
@@ -6966,7 +6965,6 @@ the add-on's file name during loading.
69666965
[ECMAScript Language Specification]: https://tc39.es/ecma262/
69676966
[Error handling]: #error-handling
69686967
[GCC]: https://gcc.gnu.org
6969-
[GYP]: https://gyp.gsrc.io
69706968
[GitHub releases]: https://help.github.com/en/github/administering-a-repository/about-releases
69716969
[LLVM]: https://llvm.org
69726970
[Native Abstractions for Node.js]: https://github.com/nodejs/nan

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL