summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-03-14 05:54:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-03-14 05:54:52 +0000
commit9dce2b33807f47d794b0482313ae3fe0d275c833 (patch)
tree387ef0984ab15c29a2b018aa844a483cfca080b2 /utils
parentcd143fc4d03bcf6365e6a5657cd7feb0fa77994f (diff)
downloadllvm-9dce2b33807f47d794b0482313ae3fe0d275c833.tar.gz
llvm-9dce2b33807f47d794b0482313ae3fe0d275c833.tar.bz2
llvm-9dce2b33807f47d794b0482313ae3fe0d275c833.tar.xz
Convert llvm.cs.uiuc.edu -> llvm.org
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/NightlyTestTemplate.html4
-rw-r--r--utils/emacs/llvm-mode.el2
-rw-r--r--utils/emacs/tablegen-mode.el2
-rw-r--r--utils/vim/llvm.vim2
-rw-r--r--utils/vim/tablegen.vim2
5 files changed, 6 insertions, 6 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html
index 1f470e938e..5312ebb426 100644
--- a/utils/NightlyTestTemplate.html
+++ b/utils/NightlyTestTemplate.html
@@ -29,8 +29,8 @@
<p>
<font size=+1><b>Back to:</b></font><br>
-<a href="http://llvm.cs.uiuc.edu/testresults/">Test&nbsp;Results</a><br>
-<a href="http://llvm.cs.uiuc.edu/">LLVM&nbsp;Page</a><p>
+<a href="http://llvm.org/testresults/">Test&nbsp;Results</a><br>
+<a href="http://llvm.org/">LLVM&nbsp;Page</a><p>
</td><td valign=top>
diff --git a/utils/emacs/llvm-mode.el b/utils/emacs/llvm-mode.el
index 61aec9894a..271ff0c972 100644
--- a/utils/emacs/llvm-mode.el
+++ b/utils/emacs/llvm-mode.el
@@ -1,4 +1,4 @@
-;; Maintainer: The LLVM team, http://llvm.cs.uiuc.edu/
+;; Maintainer: The LLVM team, http://llvm.org/
;; Description: Major mode for the LLVM assembler language.
;; Updated: 2003-06-02
diff --git a/utils/emacs/tablegen-mode.el b/utils/emacs/tablegen-mode.el
index 9d08b86b57..56a672321e 100644
--- a/utils/emacs/tablegen-mode.el
+++ b/utils/emacs/tablegen-mode.el
@@ -1,4 +1,4 @@
-;; Maintainer: The LLVM team, http://llvm.cs.uiuc.edu/
+;; Maintainer: The LLVM team, http://llvm.org/
;; Description: Major mode for TableGen description files (part of LLVM project)
;; Updated: 2003-08-11
diff --git a/utils/vim/llvm.vim b/utils/vim/llvm.vim
index eafc33654a..712a9a59a7 100644
--- a/utils/vim/llvm.vim
+++ b/utils/vim/llvm.vim
@@ -1,6 +1,6 @@
" Vim syntax file
" Language: llvm
-" Maintainer: The LLVM team, http://llvm.cs.uiuc.edu/
+" Maintainer: The LLVM team, http://llvm.org/
" Updated: 2003-06-02
if version < 600
diff --git a/utils/vim/tablegen.vim b/utils/vim/tablegen.vim
index 7ab8e2c021..1514e2e0e8 100644
--- a/utils/vim/tablegen.vim
+++ b/utils/vim/tablegen.vim
@@ -1,6 +1,6 @@
" Vim syntax file
" Language: TableGen
-" Maintainer: The LLVM team, http://llvm.cs.uiuc.edu/
+" Maintainer: The LLVM team, http://llvm.org/
" Updated: 2003-08-11
if version < 600