From ebb354179be9ba2b954225bcf40f77c93b904dda Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Thu, 18 Aug 2016 00:48:20 -0400 Subject: [PATCH] Update link to Ninja --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b51731a..5370c05 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Blueprint Build System Blueprint is a meta-build system that reads in Blueprints files that describe modules that need to be built, and produces a -[Ninja](http://martine.github.io/ninja/) manifest describing the commands that +[Ninja](https://ninja-build.org/) manifest describing the commands that need to be run and their dependencies. Where most build systems use built-in rules or a domain-specific language to describe the logic for converting module descriptions to build rules, Blueprint delegates this to per-project build