Merge pull request #246 from roman-mazur/patch-1

Fix Ninja build system site link
This commit is contained in:
Dan Willemsen 2019-03-23 07:40:25 -07:00 committed by GitHub
commit 19ef680bc4
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