From a245daf2f2b61ff5bfa1687908f0a2661ff0982b Mon Sep 17 00:00:00 2001 From: Balakrishna Avulapati Date: Thu, 24 Feb 2022 20:42:36 +0530 Subject: [PATCH] Update BUILDING.md Co-authored-by: Rich Trott --- BUILDING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 85e9ccef2365e7..32cc5fc260d561 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -273,9 +273,9 @@ $ ./configure $ make -j4 ``` -We can speed up the builds by using Ninja. For more information, see the -[Building Node.js with Ninja](doc/contributing/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). The `-j4` option will cause `make` to run 4 simultaneous compilation jobs which may reduce build time. For more information, see the