From 9e31d7413afd7823e510886ee4562d4187be448e Mon Sep 17 00:00:00 2001 From: Balakrishna Avulapati Date: Thu, 24 Feb 2022 20:42:59 +0530 Subject: [PATCH] Update doc/contributing/pull-requests.md Co-authored-by: Rich Trott --- doc/contributing/pull-requests.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/contributing/pull-requests.md b/doc/contributing/pull-requests.md index 353e0edec9f1f0..00b7ec86794dde 100644 --- a/doc/contributing/pull-requests.md +++ b/doc/contributing/pull-requests.md @@ -244,8 +244,9 @@ test suite. To run the tests (including code linting) on Unix / macOS: ./configure && make -j4 test ``` -We can speed up the builds by using Ninja. For more information, see the -[Building Node.js with Ninja](building-node-with-ninja.md) document. +We can speed up the builds by using [Ninja](https://ninja-build.org/). For more +information, see +[Building Node.js with Ninja](doc/contributing/building-node-with-ninja.md). And on Windows: