docs: Update Ninja link, also fix link syntax.
authorNico Weber <nicolasweber@gmx.de>
Mon, 28 Mar 2016 20:32:38 +0000 (20:32 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 28 Mar 2016 20:32:38 +0000 (20:32 +0000)
llvm-svn: 264648

llvm/docs/GettingStarted.rst

index 69e0d17..386752e 100644 (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.