[www] r361656 - Fix broken link.
Tanya Lattner via llvm-commits
llvm-commits at lists.llvm.org
Fri May 24 11:19:24 PDT 2019
Author: tbrethou
Date: Fri May 24 11:19:24 2019
New Revision: 361656
URL: http://llvm.org/viewvc/llvm-project?rev=361656&view=rev
Log:
Fix broken link.
Modified:
www/trunk/SeasonOfDocs.html
Modified: www/trunk/SeasonOfDocs.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/SeasonOfDocs.html?rev=361656&r1=361655&r2=361656&view=diff
==============================================================================
--- www/trunk/SeasonOfDocs.html (original)
+++ www/trunk/SeasonOfDocs.html Fri May 24 11:19:24 2019
@@ -46,7 +46,7 @@ If you have any questions, are intereste
<li><a href="http://llvm.org/docs/GettingStarted.html">Getting Started Guide</a>: Current document on llvm.org</li>
<li><a href="https://docs.google.com/document/d/1Prx1PLLU7VB0w2gBsAv0uB5MwX2Z7g9UIMTIUKZumcg/edit">Ideas from the workshop</a></li>
<li><a href="https://docs.google.com/document/d/1sgnnwjU-ESvAQpQzeFY5l02OVllOlJbMm1E4YzylgC4/edit">Mockups and examples of new getting started guides</a></li>
- <li>Various addendums to the main getting starting guide; <a href="http://llvm.org/docs/GettingStartedVS.html">Getting Started with the LLVM System using Microsoft Visual Studio</a>, <a href="http://llvm.org/docs/CMake.htmlâ>Building LLVM with CMake</a>, and many notes listed <a href="http://llvm.org/docs/">here</a>.
+ <li>Various addendums to the main getting starting guide; <a href="http://llvm.org/docs/GettingStartedVS.html">Getting Started with the LLVM System using Microsoft Visual Studio</a>, <a href="http://llvm.org/docs/CMake.html">Building LLVM with CMake</a>, and many notes listed <a href="http://llvm.org/docs/">here</a>.
</p>
</div>
More information about the llvm-commits
mailing list