From c554f090df7abc63b726a63cccce4d7d84c0b10c Mon Sep 17 00:00:00 2001 From: Yangyang Liu Date: Tue, 25 Oct 2016 15:04:13 -0500 Subject: [PATCH] doc: fix outdate ninja link PR-URL: https://github.com/nodejs/node/pull/9278 Reviewed-By: Roman Reiss --- doc/guides/building-node-with-ninja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/building-node-with-ninja.md b/doc/guides/building-node-with-ninja.md index a9a3a922ed6820..027c267e2b243d 100644 --- a/doc/guides/building-node-with-ninja.md +++ b/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/