diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-03-08 17:59:31 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-03-08 17:59:31 +0000 |
commit | 3702b9d79b74f3986491ddf3513c001d5d254138 (patch) | |
tree | b69425a841dbaee485dba3e50892a8599fe36017 /llvm/docs/index.html | |
parent | 721264aeccdfe8dd1312cb549ab9651f7c0d95f5 (diff) | |
download | bcm5719-llvm-3702b9d79b74f3986491ddf3513c001d5d254138.tar.gz bcm5719-llvm-3702b9d79b74f3986491ddf3513c001d5d254138.zip |
Fix link to license: point to current version in CVS.
llvm-svn: 12226
Diffstat (limited to 'llvm/docs/index.html')
-rw-r--r-- | llvm/docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index c01fdbdf1ba..022d23e59a7 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -48,7 +48,7 @@ Getting Started with LLVM <dt> For license information: <dd> - <a href="../LICENSE.TXT">llvm/LICENSE.TXT</a> + <a href="http://llvm.cs.uiuc.edu/cvsweb/cvsweb.cgi/llvm/LICENSE.TXT?rev=HEAD&content-type=text/x-cvsweb-markup">llvm/LICENSE.TXT</a> <p> <dt> |