From: Nico Weber Date: Thu, 19 Nov 2015 20:41:32 +0000 (-0800) Subject: prefer https in readme X-Git-Tag: upstream/1.7.0^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d7213e43dcc66f2dccee3e6a97aacd700947671;p=platform%2Fupstream%2Fninja.git prefer https in readme --- diff --git a/README b/README index 59d7ff9..a1535ff 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Ninja is a small build system with a focus on speed. -http://ninja-build.org/ +https://ninja-build.org/ -See the manual -- http://ninja-build.org/manual.html or +See the manual -- https://ninja-build.org/manual.html or doc/manual.asciidoc included in the distribution -- for background and more details.