Skip to content

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

@HoonDongKang

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>
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/node-api

@nodejs-github-bot 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 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.

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 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 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
@legendecas

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>
@HoonDongKang

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 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
nodejs-github-bot merged commit 1db6cda into nodejs:main Aug 22, 2026
26 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 1db6cda

@nodejs-github-bot 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 github-project-automation Bot moved this from Need Triage to Done in Node-API Team Project Aug 22, 2026
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