aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-11-12 10:10:25 +0000
committerDuncan Sands <baldrick@free.fr>2008-11-12 10:10:25 +0000
commit2656aa3e0a46282e69902504449d6f145e6d6d0d (patch)
treee64cbd700d36cdf7af097abbaf8d1833696e0050
parent1b2cd3c0eb7f9c518c29fbd0e571ecb87571a0d1 (diff)
downloadexternal_llvm-2656aa3e0a46282e69902504449d6f145e6d6d0d.zip
external_llvm-2656aa3e0a46282e69902504449d6f145e6d6d0d.tar.gz
external_llvm-2656aa3e0a46282e69902504449d6f145e6d6d0d.tar.bz2
Correct these links.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59126 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html
index 28a56eb..74a7c4d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -233,27 +233,27 @@ the linker and its design</li>
<!--=======================================================================-->
<ul>
-<li>The <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">
+<li>The <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce">
LLVM Announcements List</a>: This is a low volume list that provides important
announcements regarding LLVM. It gets email about once a month.</li>
-<li>The <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">Developer's
+<li>The <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">Developer's
List</a>: This list is for people who want to be included in technical
discussions of LLVM. People post to this list when they have questions about
writing code for or using the LLVM tools. It is relatively low volume.</li>
-<li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvmbugs/">Bugs &amp;
+<li>The <a href="http://lists.cs.uiuc.edu/pipermail/llvmbugs/">Bugs &amp;
Patches Archive</a>: This list gets emailed every time a bug is opened and
closed, and when people submit patches to be included in LLVM. It is higher
volume than the LLVMdev list.</li>
-<li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvm-commits/">Commits
+<li>The <a href="http://lists.cs.uiuc.edu/pipermail/llvm-commits/">Commits
Archive</a>: This list contains all commit messages that are made when LLVM
developers commit code changes to the repository. It is useful for those who
want to stay on the bleeding edge of LLVM development. This list is very high
volume.</li>
-<li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvm-testresults/">
+<li>The <a href="http://lists.cs.uiuc.edu/pipermail/llvm-testresults/">
Test Results Archive</a>: A message is automatically sent to this list by every
active nightly tester when it completes. As such, this list gets email several
times each day, making it a high volume list.</li>