Browse Source

doc: fix outdate ninja link

PR-URL: https://github.com/nodejs/node/pull/9278
Reviewed-By: Roman Reiss <me@silverwind.io>
v4.x
Yangyang Liu 8 years ago
committed by Myles Borins
parent
commit
e08173a2f1
  1. 2
      doc/guides/building-node-with-ninja.md

2
doc/guides/building-node-with-ninja.md

@ -35,4 +35,4 @@ The above alias can be modified slightly to produce a debug build, rather than a
`alias nnodedebug='./configure --ninja && ninja -C out/Debug && ln -fs out/Debug/node node_g'`
[Ninja]: https://martine.github.io/ninja/
[Ninja]: https://ninja-build.org/

Loading…
Cancel
Save