Fixed a broken hyperlink.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 1 Jul 2003 21:55:57 +0000 (21:55 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 1 Jul 2003 21:55:57 +0000 (21:55 +0000)
Moved commas outside of hyperlinks in the contributors list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7049 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 365ab992e83ace742f4a1f5def8949f1dd0477e1..4814036148d20808140bfa504635b3d54aafdd9b 100644 (file)
@@ -7,8 +7,8 @@
   <body bgcolor=white>
     <center><h1>Getting Started with the LLVM System<br><font size=3>By: <a
     href="mailto:gshi1@uiuc.edu">Guochun Shi</a>,
-    <a href="mailto:sabre@nondot.org">Chris Lattner,</a>
-    <a href="mailto:criswell@uiuc.edu">John Criswell,</a> and
+    <a href="mailto:sabre@nondot.org">Chris Lattner</a>,
+    <a href="mailto:criswell@uiuc.edu">John Criswell</a>, and
     <a href="http://www.cs.uiuc.edu/~vadve">Vikram Adve</a>
     </font></h1></center>
 
@@ -61,7 +61,7 @@
     want to get started as quickly as possible.
 
     <p>The later sections of this guide describe the <a
-    href"#layout">general layout</a> of the the LLVM source-tree, a <a
+    href="#layout">general layout</a> of the the LLVM source-tree, a <a
     href="#tutorial">simple example</a> using the LLVM tool chain, and <a
     href="#links">links</a> to find more information about LLVM or to get
     help via e-mail.