From 8c9160183179f5017074f1d51306e62a52171fd6 Mon Sep 17 00:00:00 2001 From: HoonDongKang Date: Thu, 20 Aug 2026 12:26:11 +0900 Subject: [PATCH] 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 --- doc/api/n-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 72410ab7b540..5b28839a6816 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -6970,7 +6970,7 @@ 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 +[GYP]: https://chromium.googlesource.com/external/gyp/+/refs/heads/md-pages/index.md [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