From cb27f1e96dd64722d50fcfedc09d8b4e82e67345 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 1 Jul 2003 21:55:57 +0000 Subject: [PATCH] Fixed a broken hyperlink. 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 365ab992e83..4814036148d 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -7,8 +7,8 @@

Getting Started with the LLVM System
By: Guochun Shi, - Chris Lattner, - John Criswell, and + Chris Lattner, + John Criswell, and Vikram Adve

@@ -61,7 +61,7 @@ want to get started as quickly as possible.

The later sections of this guide describe the general layout of the the LLVM source-tree, a general layout of the the LLVM source-tree, a simple example using the LLVM tool chain, and links to find more information about LLVM or to get help via e-mail.