From 4d772202dc2b7726b0706f2e925dacf45ea0a7c1 Mon Sep 17 00:00:00 2001 From: Roman Mazur Date: Sat, 23 Mar 2019 16:31:07 +0200 Subject: [PATCH] Fix Ninja build system site link --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index f489bfd..4a9dfd7 100644 --- a/doc.go +++ b/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