Change docs for llvm.cs.uiuc.edu -> llvm.org


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26747 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/stkrc.pod b/docs/CommandGuide/stkrc.pod
index 54e46b4..ba5489d 100644
--- a/docs/CommandGuide/stkrc.pod
+++ b/docs/CommandGuide/stkrc.pod
@@ -13,7 +13,7 @@
 The B<stkrc> command is the compiler for the Stacker language. Stacker is a
 simple stack based, Forth-like language that was written as a demonstration
 language for LLVM. For details on the language, please see
-L<http://llvm.cs.uiuc.edu/docs/Stacker.html> . The B<stkrc> compiler is fairly 
+L<http://llvm.org/docs/Stacker.html> . The B<stkrc> compiler is fairly 
 minimal. It compiles to bytecode only and doesn't perform any optimizations.
 The output of stkrc (a bytecode file) can be piped through other LLVM tools
 for optimization and linking.
@@ -87,10 +87,10 @@
 
 =head1 SEE ALSO
 
-L<llvm-as>, L<http://llvm.cs.uiuc.edu/docs/Stacker.html>
+L<llvm-as>, L<http://llvm.org/docs/Stacker.html>
 
 =head1 AUTHORS
 
-Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>).
+Maintained by the LLVM Team (L<http://llvm.org>).
 
 =cut