diff options
author | Tanya Lattner <tonic@nondot.org> | 2015-08-05 03:55:23 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2015-08-05 03:55:23 +0000 |
commit | 4a08e931b69b869a959003e678d4fe864b97a13a (patch) | |
tree | 29b92284aba91f1ae66d0997cb6950c9fbe50f63 /clang/docs/ExternalClangExamples.rst | |
parent | 0d28f80bd1f0ec511fe608bfdc58c927d1a6ef9c (diff) | |
download | bcm5719-llvm-4a08e931b69b869a959003e678d4fe864b97a13a.tar.gz bcm5719-llvm-4a08e931b69b869a959003e678d4fe864b97a13a.zip |
Update mailing list references to lists.llvm.org
llvm-svn: 244000
Diffstat (limited to 'clang/docs/ExternalClangExamples.rst')
-rw-r--r-- | clang/docs/ExternalClangExamples.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.rst index 71d50c23fa1..e6076a5be6d 100644 --- a/clang/docs/ExternalClangExamples.rst +++ b/clang/docs/ExternalClangExamples.rst @@ -20,7 +20,7 @@ where Clang is used are: If you know of (or wrote!) a tool or project using Clang, please send an email to Clang's `development discussion mailing list -<http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev>`_ to have it added. +<http://lists.llvm.org/mailman/listinfo/cfe-dev>`_ to have it added. (or if you are already a Clang contributor, feel free to directly commit additions). Since the primary purpose of this page is to provide examples that can help developers, generally they must have code available. |