Fix Ninja build system site link
This commit is contained in:
parent
08ab48903b
commit
4d772202dc
1 changed files with 1 additions and 1 deletions
2
doc.go
2
doc.go
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue