diff options
| author | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-03 18:23:23 +0000 |
|---|---|---|
| committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-03 18:23:23 +0000 |
| commit | 696d96570894a708341eee94981723d212b870b6 (patch) | |
| tree | a60226fe7b1a428640e6fb9245927e1749bebc0c /llvm/docs/index.html | |
| parent | eb1df70bdc8ba12c287da438434ae294c006e304 (diff) | |
| download | bcm5719-llvm-696d96570894a708341eee94981723d212b870b6.tar.gz bcm5719-llvm-696d96570894a708341eee94981723d212b870b6.zip | |
Mention the version in the documentation index and link to the 2.6 docs, which
is what most readers will actually be aiming for.
llvm-svn: 95229
Diffstat (limited to 'llvm/docs/index.html')
| -rw-r--r-- | llvm/docs/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index 5c50c411cfb..a35f7fdc565 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -2,12 +2,15 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> - <title>Documentation for the LLVM System</title> + <title>Documentation for the LLVM System, version pre-2.7</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> <body> -<div class="doc_title">Documentation for the LLVM System</div> +<div class="doc_title">Documentation for the LLVM System, version pre-2.7</div> + +<p class="doc_warning">If you are using the most recent release of LLVM, +see <a href="http://llvm.org/releases/2.6/docs/">the llvm-2.6 documentation</a>.</p> <div class="doc_text"> <table class="layout" width="95%"><tr class="layout"><td class="left"> |

