From 09f85c11e19caa0c91c04ecd237ef2e9b693b438 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 3 Dec 2015 15:22:14 -0500 Subject: [PATCH] Update link to ninja homepage. (The old link forwards to the new one these days.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a5a28d60965c..75964e6b1e117 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ command line tools to your `PATH`: export PATH=/Applications/CMake.app/Contents/bin:$PATH -[Ninja](http://martine.github.io/ninja/) is the current recommended build system +[Ninja](https://ninja-build.org) is the current recommended build system for building Swift and is the default configuration generated by CMake. If you're on OS X or don't install it as part of your Linux distribution, clone it next to the other projects and it will be bootstrapped automatically: