Author: chapuni
Date: Sat Mar 26 21:04:21 2011
New Revision: 128372

URL: http://llvm.org/viewvc/llvm-project?rev=128372&view=rev
Log:
www/get_started.html: Fix a few URLs.

Modified:
    cfe/trunk/www/get_started.html

Modified: cfe/trunk/www/get_started.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=128372&r1=128371&r2=128372&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Sat Mar 26 21:04:21 2011
@@ -129,15 +129,15 @@
     <li><b>Python</b>.  This is needed only if you will be running the tests
         (which is essential, if you will be developing for clang).
         Get it from:
-        <a href="http://www.python.org/download";>
-        http://www.python.org/download</a></li>
+        <a href="http://www.python.org/download/";>
+        http://www.python.org/download/</a></li>
     <li><b>GnuWin32 tools</b>
         These are also necessary for running the tests.
         (Note that the grep from MSYS or Cygwin doesn't work with the tests
         because of embedded double-quotes in the search strings.  The GNU
         grep does work in this case.)
-        Get them from <a href="http://getgnuwin32.sourceforge.net";>
-        http://getgnuwin32.sourceforge.net</a>.</li>
+        Get them from <a href="http://getgnuwin32.sourceforge.net/";>
+        http://getgnuwin32.sourceforge.net/</a>.</li>
   </ul>
 
   <li>Checkout LLVM:</li>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to