From d8b8912861ad7c610eb00cf9b8980ea439ded797 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 7 Nov 2004 00:58:20 +0000 Subject: [PATCH] Consistently use llvm.cs.uiuc.edu instead of llvm.org git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17548 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/System/README.txt b/lib/System/README.txt index 63e00dafbfb..4a73c95056e 100644 --- a/lib/System/README.txt +++ b/lib/System/README.txt @@ -15,7 +15,7 @@ porting is this library. Complete documentation for the library can be found in the file: llvm/docs/SystemLibrary.html or at this URL: - http://llvm.org/docs/SystemLibrary.html + http://llvm.cs.uiuc.edu/docs/SystemLibrary.html While we recommend that you read the more detailed documentation, for the impatient, here's a high level summary of the library's requirements.