[www] r296566 - Fix typo in the link to LLD in the OpenProjects page

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 18:18:32 PST 2017


Author: mehdi_amini
Date: Tue Feb 28 20:18:31 2017
New Revision: 296566

URL: http://llvm.org/viewvc/llvm-project?rev=296566&view=rev
Log:
Fix typo in the link to LLD in the OpenProjects page

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=296566&r1=296565&r2=296566&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Tue Feb 28 20:18:31 2017
@@ -42,7 +42,7 @@
           LLDB public API</a>
       </li>
     </ul>
-    <ul><a href="http://lldb.llvm.org/">LLD</a>
+    <ul><a href="http://lld.llvm.org/">LLD</a>
       <li><a href="#lld_layout">Improve Code Layout</a>
       </li>
     </ul>




More information about the llvm-commits mailing list