docs: Update Ninja link, also fix link syntax.

llvm-svn: 264648
This commit is contained in:
Nico Weber 2016-03-28 20:32:38 +00:00
parent 77942db0b8
commit cc8ee8e3a2
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ Here's the short story for getting up and running quickly with LLVM:
Some common generators are:
* ``Unix Makefiles`` --- for generating make-compatible parallel makefiles.
* ``Ninja`` --- for generating `Ninja <http://martine.github.io/ninja/>`
* ``Ninja`` --- for generating `Ninja <https://ninja-build.org>`_
build files. Most llvm developers use Ninja.
* ``Visual Studio`` --- for generating Visual Studio projects and
solutions.