[www] r296626 - add some href to simplify access to the various ressources

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 06:40:38 PST 2017


Author: sylvestre
Date: Wed Mar  1 08:40:38 2017
New Revision: 296626

URL: http://llvm.org/viewvc/llvm-project?rev=296626&view=rev
Log:
add some href to simplify access to the various ressources

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=296626&r1=296625&r2=296626&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Wed Mar  1 08:40:38 2017
@@ -157,7 +157,7 @@ Welcome prospective Google Summer of Cod
 <div class="www_text">
   <p><b>Description of the project:</b>
 	  ThinLTO is a cool new technology to perform Link-Time Optimization (see
-	  http://llvm.org/devmtg/2016-11/#talk12 for more info). It is fairly new
+	  <a href="http://llvm.org/devmtg/2016-11/#talk12">this talk</a> for more info). It is fairly new
 	  and there are multiple improvements about cross-module optimizations that
 	  can be made there.
   </p>
@@ -200,7 +200,7 @@ Welcome prospective Google Summer of Cod
 
 <div class="www_text">
   <p><b>Description of the project:</b>
-	  See http://llvm.org/devmtg/2016-11/#talk15 for a starting point. There are
+	  See <a href="http://llvm.org/devmtg/2016-11/#talk15">this talk</a> for a starting point. There are
 	  many areas in the compiler that need work to integrate there (ThinLTO for
 	  example).
   </p>
@@ -230,7 +230,7 @@ Welcome prospective Google Summer of Cod
 	  After instruction selection LLVM uses the MI (Machine Instruction)
 	  representation for programs. We recently added support for reading and
 	  writing this representation to disk
-	  (http://llvm.org/docs/MIRLangRef.html). Usage of this format for writing
+	  (<a href="http://llvm.org/docs/MIRLangRef.html">http://llvm.org/docs/MIRLangRef.html</a>). Usage of this format for writing
 	  tests is growing and so is the desire to improve the format, tools and
 	  workflow. Improvements would be welcome:
 
@@ -601,9 +601,9 @@ Welcome prospective Google Summer of Cod
   <p><b>Confirmed Mentor:</b> Davide Italiano</p>
 
   <ul>
-    <li>[1] http://sourceware.org/ml/binutils/2011-03/msg00043.html</li>
-    <li>[2] http://dl.acm.org/citation.cfm?id=93550</li>
-    <li>[3] http://lists.llvm.org/pipermail/llvm-dev/2017-January/109114.html</li>
+    <li>[1] <a href="http://sourceware.org/ml/binutils/2011-03/msg00043.html">http://sourceware.org/ml/binutils/2011-03/msg00043.html</a></li>
+    <li>[2] <a href="http://dl.acm.org/citation.cfm?id=93550">http://dl.acm.org/citation.cfm?id=93550</a></li>
+    <li>[3] <a href="http://lists.llvm.org/pipermail/llvm-dev/2017-January/109114.html">http://lists.llvm.org/pipermail/llvm-dev/2017-January/109114.html</a></li>
   </ul>
 </div>
 




More information about the llvm-commits mailing list