[llvm-commits] CVS: llvm/www/docs/GettingStarted.html
John Criswell
criswell at cs.uiuc.edu
Tue Jul 1 16:57:01 PDT 2003
Changes in directory llvm/www/docs:
GettingStarted.html updated: 1.17 -> 1.18
---
Log message:
Fixed a broken hyperlink.
Moved commas outside of hyperlinks in the contributors list.
---
Diffs of the changes:
Index: llvm/www/docs/GettingStarted.html
diff -u llvm/www/docs/GettingStarted.html:1.17 llvm/www/docs/GettingStarted.html:1.18
--- llvm/www/docs/GettingStarted.html:1.17 Mon Jun 30 17:20:46 2003
+++ llvm/www/docs/GettingStarted.html Tue Jul 1 16:55:57 2003
@@ -7,8 +7,8 @@
<body bgcolor=white>
<center><h1>Getting Started with the LLVM System<br><font size=3>By: <a
href="mailto:gshi1 at uiuc.edu">Guochun Shi</a>,
- <a href="mailto:sabre at nondot.org">Chris Lattner,</a>
- <a href="mailto:criswell at uiuc.edu">John Criswell,</a> and
+ <a href="mailto:sabre at nondot.org">Chris Lattner</a>,
+ <a href="mailto:criswell at 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.
More information about the llvm-commits
mailing list