Skip to content

Commit

Permalink
Update doc/contributing/pull-requests.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
bavulapati and Trott committed Feb 24, 2022
1 parent a245daf commit 9e31d74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/contributing/pull-requests.md
Expand Up @@ -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:

Expand Down

0 comments on commit 9e31d74

Please sign in to comment.