Update mailing list references to lists.llvm.org
llvm-svn: 244000
diff --git a/clang/docs/InternalsManual.rst b/clang/docs/InternalsManual.rst
index 7f2a8fa..7959179 100644
--- a/clang/docs/InternalsManual.rst
+++ b/clang/docs/InternalsManual.rst
@@ -508,7 +508,7 @@
``SourceRange`` and ``CharSourceRange``
---------------------------------------
-.. mostly taken from http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-August/010595.html
+.. mostly taken from http://lists.llvm.org/pipermail/cfe-dev/2010-August/010595.html
Clang represents most source ranges by [first, last], where "first" and "last"
each point to the beginning of their respective tokens. For example consider