diff options
author | Tanya Lattner <tonic@nondot.org> | 2015-08-05 03:58:00 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2015-08-05 03:58:00 +0000 |
commit | bba51dc31f95e580e9421e7dbca42606902917b1 (patch) | |
tree | d6ee5cc55d3a03d8052e5946f69efcd4998fd825 /compiler-rt/www | |
parent | 9aad4380ead7a9803103635edb286798ce671fbb (diff) | |
download | bcm5719-llvm-bba51dc31f95e580e9421e7dbca42606902917b1.tar.gz bcm5719-llvm-bba51dc31f95e580e9421e7dbca42606902917b1.zip |
Update references to new lists.llvm.org mailing lists.
llvm-svn: 244002
Diffstat (limited to 'compiler-rt/www')
-rw-r--r-- | compiler-rt/www/index.html | 4 | ||||
-rw-r--r-- | compiler-rt/www/menu.html.incl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html index 875ce57a826..5d21abf26a3 100644 --- a/compiler-rt/www/index.html +++ b/compiler-rt/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/compiler-rt/www/menu.html.incl b/compiler-rt/www/menu.html.incl index cc0af560fd4..dfcb6f4ad1f 100644 --- a/compiler-rt/www/menu.html.incl +++ b/compiler-rt/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> |