We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a245daf commit 9e31d74Copy full SHA for 9e31d74
doc/contributing/pull-requests.md
@@ -244,8 +244,9 @@ test suite. To run the tests (including code linting) on Unix / macOS:
244
./configure && make -j4 test
245
```
246
247
-We can speed up the builds by using Ninja. For more information, see the
248
-[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
249
+[Building Node.js with Ninja](doc/contributing/building-node-with-ninja.md).
250
251
And on Windows:
252
0 commit comments