diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 4 | ||||
-rw-r--r-- | www/menu.html.incl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html index 875ce57a8..5d21abf26 100644 --- a/www/index.html +++ b/www/index.html @@ -133,10 +133,10 @@ <p>compiler-rt doesn't have its own mailing list, if you have questions please email the <a - href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">llvmdev</a> mailing + href="http://lists.llvm.org/mailman/listinfo/llvm-dev">llvm-dev</a> mailing list. Commits to the compiler-rt SVN module are automatically sent to the <a - href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">llvm-commits</a> + href="http://lists.llvm.org/mailman/listinfo/llvm-commits">llvm-commits</a> mailing list.</p> </div> </body> diff --git a/www/menu.html.incl b/www/menu.html.incl index cc0af560f..dfcb6f4ad 100644 --- a/www/menu.html.incl +++ b/www/menu.html.incl @@ -10,8 +10,8 @@ <div class="submenu"> <label>Quick Links</label> - <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">llvmdev</a> - <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">llvm-commits</a> + <a href="http://lists.llvm.org/mailman/listinfo/llvm-dev">llvm-dev</a> + <a href="http://lists.llvm.org/mailman/listinfo/llvm-commits">llvm-commits</a> <a href="http://llvm.org/bugs/">Bug Reports</a> <a href="http://llvm.org/svn/llvm-project/compiler-rt/trunk/">Browse SVN</a> <a href="http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/">Browse ViewVC</a> |