diff options
author | Nico Weber <nicolasweber@gmx.de> | 2016-03-28 20:32:38 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2016-03-28 20:32:38 +0000 |
commit | cc8ee8e3a226e160965dd586d22059bc3134337f (patch) | |
tree | 519bf83f44351250c42a28e48e368f6f020b7a23 | |
parent | 77942db0b8ae4799fa9cbd2f4b9872397b94bd43 (diff) | |
download | bcm5719-llvm-cc8ee8e3a226e160965dd586d22059bc3134337f.tar.gz bcm5719-llvm-cc8ee8e3a226e160965dd586d22059bc3134337f.zip |
docs: Update Ninja link, also fix link syntax.
llvm-svn: 264648
-rw-r--r-- | llvm/docs/GettingStarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 69e0d1781bd..386752e2cff 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -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. |