summaryrefslogtreecommitdiff
path: root/www/demo
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2015-08-05 03:55:23 +0000
committerTanya Lattner <tonic@nondot.org>2015-08-05 03:55:23 +0000
commit0103b5324e03fab7ea7ac52bc9ca8c309e5f37c7 (patch)
tree951907d6eb4a92df3ced929c16c5e5226482d401 /www/demo
parente770ba628e812d34afb8963672b174533bd7c158 (diff)
downloadclang-0103b5324e03fab7ea7ac52bc9ca8c309e5f37c7.tar.gz
Update mailing list references to lists.llvm.org
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244000 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/demo')
-rw-r--r--www/demo/index.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/demo/index.cgi b/www/demo/index.cgi
index 901b009dbd..8ea9cc7196 100644
--- a/www/demo/index.cgi
+++ b/www/demo/index.cgi
@@ -19,7 +19,7 @@ if ( !-d $ROOT ) { mkdir( $ROOT, 0777 ); }
my $LOGFILE = "$ROOT/log.txt";
my $FORM_URL = 'index.cgi';
my $MAILADDR = 'sabre@nondot.org';
-my $CONTACT_ADDRESS = 'Questions or comments? Email the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev mailing list</a>.';
+my $CONTACT_ADDRESS = 'Questions or comments? Email the <a href="http://lists.llvm.org/mailman/listinfo/llvm-dev">LLVM-dev mailing list</a>.';
my $LOGO_IMAGE_URL = 'cathead.png';
my $TIMEOUTAMOUNT = 20;
$ENV{'LD_LIBRARY_PATH'} = '/home/vadve/shared/localtools/fc1/lib/';