From 3841a28f157e42328d38307389f7c9661a41fc76 Mon Sep 17 00:00:00 2001 From: Yangyang Liu Date: Tue, 25 Oct 2016 15:04:13 -0500 Subject: [PATCH 1/4] Fix outdated links --- 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..9684403cd6b2b4 100644 --- a/doc/guides/building-node-with-ninja.md +++ b/doc/guides/building-node-with-ninja.md @@ -1,6 +1,6 @@ # Building Node with Ninja -The purpose of this guide is to show how to build Node.js using [Ninja][], as doing so can be significantly quicker than using `make`. Please see [Ninja's site][Ninja] for installation instructions (unix only). +The purpose of this guide is to show how to build Node.js using [Ninja](https://github.com/ninja-build/ninja), as doing so can be significantly quicker than using `make`. Please see [Ninja's site](https://ninja-build.org/) for installation instructions (unix only). To build Node with ninja, there are 3 steps that must be taken: From a7e1bdea06993ad8509b3818457390a2fe9ffb85 Mon Sep 17 00:00:00 2001 From: Yangyang Liu Date: Tue, 25 Oct 2016 15:04:52 -0500 Subject: [PATCH 2/4] Fix the link format --- 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 9684403cd6b2b4..0025ed6d5d9170 100644 --- a/doc/guides/building-node-with-ninja.md +++ b/doc/guides/building-node-with-ninja.md @@ -1,6 +1,6 @@ # Building Node with Ninja -The purpose of this guide is to show how to build Node.js using [Ninja](https://github.com/ninja-build/ninja), as doing so can be significantly quicker than using `make`. Please see [Ninja's site](https://ninja-build.org/) for installation instructions (unix only). +The purpose of this guide is to show how to build Node.js using [Ninja][https://github.com/ninja-build/ninja], as doing so can be significantly quicker than using `make`. Please see [Ninja's site][https://ninja-build.org/] for installation instructions (unix only). To build Node with ninja, there are 3 steps that must be taken: From 770d97239d4054abf328ac737de876d9c7d7f096 Mon Sep 17 00:00:00 2001 From: Yangyang Liu Date: Tue, 25 Oct 2016 15:05:17 -0500 Subject: [PATCH 3/4] Refactor --- 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 0025ed6d5d9170..9684403cd6b2b4 100644 --- a/doc/guides/building-node-with-ninja.md +++ b/doc/guides/building-node-with-ninja.md @@ -1,6 +1,6 @@ # Building Node with Ninja -The purpose of this guide is to show how to build Node.js using [Ninja][https://github.com/ninja-build/ninja], as doing so can be significantly quicker than using `make`. Please see [Ninja's site][https://ninja-build.org/] for installation instructions (unix only). +The purpose of this guide is to show how to build Node.js using [Ninja](https://github.com/ninja-build/ninja), as doing so can be significantly quicker than using `make`. Please see [Ninja's site](https://ninja-build.org/) for installation instructions (unix only). To build Node with ninja, there are 3 steps that must be taken: From 347ad3aad9b6ecb2e24d37ceff7247b16aafe1b8 Mon Sep 17 00:00:00 2001 From: Yangyang Liu Date: Tue, 25 Oct 2016 16:43:13 -0500 Subject: [PATCH 4/4] Move valid link to the bottom --- doc/guides/building-node-with-ninja.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/building-node-with-ninja.md b/doc/guides/building-node-with-ninja.md index 9684403cd6b2b4..027c267e2b243d 100644 --- a/doc/guides/building-node-with-ninja.md +++ b/doc/guides/building-node-with-ninja.md @@ -1,6 +1,6 @@ # Building Node with Ninja -The purpose of this guide is to show how to build Node.js using [Ninja](https://github.com/ninja-build/ninja), as doing so can be significantly quicker than using `make`. Please see [Ninja's site](https://ninja-build.org/) for installation instructions (unix only). +The purpose of this guide is to show how to build Node.js using [Ninja][], as doing so can be significantly quicker than using `make`. Please see [Ninja's site][Ninja] for installation instructions (unix only). To build Node with ninja, there are 3 steps that must be taken: @@ -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/