summaryrefslogtreecommitdiff
path: root/docs/index.html
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
commit9a365b6acb3e43dace074dc28264ed70511b103c (patch)
treee64cbd700d36cdf7af097abbaf8d1833696e0050 /docs/index.html
parent1e465a35c8cd3d2ddd5e1d15fca7ffd3a8dbb565 (diff)
downloadllvm-9a365b6acb3e43dace074dc28264ed70511b103c.tar.gz
llvm-9a365b6acb3e43dace074dc28264ed70511b103c.tar.bz2
llvm-9a365b6acb3e43dace074dc28264ed70511b103c.tar.xz
Correct these links.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html
index 28a56eb180..74a7c4dc52 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>