0

docs: update the url of Ninja web site

This patch updates the url of Ninja to point to the new one that is now
https://ninja-build.org/.

BUG=None
R=thakis@chromium.org

Review URL: https://codereview.chromium.org/1730173005

Cr-Commit-Position: refs/heads/master@{#377847}
This commit is contained in:
tfarina
2016-02-26 00:14:39 -08:00
committed by Commit bot
parent 04de728ded
commit a24cfca553

@ -8,8 +8,7 @@ Ninja behaves very similar to Make -- the major feature is that it starts
building files nearly instantly. (It has a number of minor user interface
improvements to make as well.)
Read more about Ninja at
[the Ninja home page](http://martine.github.com/ninja/).
Read more about Ninja at [the Ninja home page](https://ninja-build.org/).
## Using it