From 5683c9214e7def77542b203f6506d98df13185e8 Mon Sep 17 00:00:00 2001 From: Davor Cubranic Date: Thu, 1 Sep 2016 09:18:29 -0700 Subject: [PATCH] Fix the link to the Ninja build system --- 02-Use_the_Tools_Available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 5f2d892..8b02db9 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -22,7 +22,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein * [Conan](https://www.conan.io/) - a crossplatform dependency manager for C++ * [Waf](https://waf.io/) * [FASTBuild](http://www.fastbuild.org/) - * [Ninja](https://martine.github.io/ninja/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for CMake. + * [Ninja](https://ninja-build.org/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for CMake. * [Bazel](http://bazel.io/) - Note: MacOS and Linux only. * [gyp](https://chromium.googlesource.com/external/gyp/) - Google's build tool for chromium. * [maiken](https://github.com/Dekken/maiken) - Crossplatform build tool with Maven-esque configuration style.