[Lldb-commits] [lldb] r299845 - [lldb] Fix ninja URL

Shoaib Meenai via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 10 08:41:15 PDT 2017


Author: smeenai
Date: Mon Apr 10 10:41:15 2017
New Revision: 299845

URL: http://llvm.org/viewvc/llvm-project?rev=299845&view=rev
Log:
[lldb] Fix ninja URL

The old URL is a 404 now. Pointed out by Smirftsch1 on IRC.

Modified:
    lldb/trunk/www/build.html

Modified: lldb/trunk/www/build.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/build.html?rev=299845&r1=299844&r2=299845&view=diff
==============================================================================
--- lldb/trunk/www/build.html (original)
+++ lldb/trunk/www/build.html Mon Apr 10 10:41:15 2017
@@ -62,7 +62,7 @@
                 versions of Python can be made to work by compiling your own distribution from source,
                 but this workflow is unsupported and you are own your own.
               </li>
-              <li><a href="http://martine.github.io/ninja/">Ninja build tool</a> (strongly recommended)</li>
+              <li><a href="https://ninja-build.org/">Ninja build tool</a> (strongly recommended)</li>
               <li><a href="http://gnuwin32.sourceforge.net/">GnuWin32</a></li>
               <li><a href="http://www.swig.org/download.html">SWIG for Windows (version 3+)</a></li>
             </ul>




More information about the lldb-commits mailing list