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

doc: fix broken GYP link in n-api.md by HoonDongKang · Pull Request #65413 · nodejs/node · GitHub

/ node Public

doc: fix broken GYP link in n-api.md - #65413

Merged
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
HoonDongKang:doc-fix-broken-links-in-n-api.md
Aug 22, 2026
Merged

doc: fix broken GYP link in n-api.md#65413
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
HoonDongKang:doc-fix-broken-links-in-n-api.md

Conversation

Copy link
Copy Markdown
Contributor

Fixed the broken GYP link in n-api.md.

The gyp.gsrc.io` website is no longer available, so the link has been replaced with the GYP documentation preserved in the Chromium Google Source repository.

-[GYP]: https://gyp.gsrc.io
+[GYP]: https://chromium.googlesource.com/external/gyp/+/refs/heads/md-pages/index.md

Replace the unavailable GYP website with the GYP documentation
preserved in the Chromium source repository.

Signed-off-by: HoonDongKang <d159123@naver.com>

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/node-api

nodejs-github-bot added doc Issues and PRs related to the documentations. node-api Issues and PRs related to the Node-API. labels Aug 20, 2026

legendecas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I think we can update

node/doc/api/n-api.md

Lines 197 to 198 in 5ba7e05

[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,

to

[node-gyp][] is a build system based on the [gyp-next][] tool and comes bundled with npm.

The linked google repo is not maintained anyway.

avivkeller added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Aug 21, 2026
legendecas removed author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Aug 21, 2026

Copy link
Copy Markdown
Member

Please remove the link as the suggestion: #65413 (review), thanks!

Google's GYP project is no longer maintained.

Signed-off-by: HoonDongKang <d159123@naver.com>

Copy link
Copy Markdown
Contributor Author

Sorry for the late response.

I removed the link and updated the wording as suggested. I also retained the note that node-gyp requires Python, which wasn’t included in the suggestion.

+ node-gyp requires that Python be installed.

Thank you!

legendecas added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels Aug 22, 2026
nodejs-github-bot merged commit 1db6cda into nodejs:main Aug 22, 2026
26 checks passed

Copy link
Copy Markdown
Collaborator

Landed in 1db6cda

nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 22, 2026
github-project-automation Bot moved this from Need Triage to Done in Node-API Team Project Aug 22, 2026
aduh95 pushed a commit that referenced this pull request Aug 25, 2026
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>
aduh95 pushed a commit that referenced this pull request Aug 25, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. doc Issues and PRs related to the documentations. node-api Issues and PRs related to the Node-API.

Projects

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL