Fix Ninja build system site link

This commit is contained in:
Roman Mazur 2019-03-23 16:31:07 +02:00 committed by GitHub
parent 08ab48903b
commit 4d772202dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
doc.go
View file

@ -14,7 +14,7 @@
// 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 need
// (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 how modules are
// converted to build rules, Blueprint delegates this to per-project build logic