diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-16 17:13:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-16 17:13:10 +0000 |
commit | 416db10a5bd74d0dd1325eb5d475648b0ff6c588 (patch) | |
tree | 59b4528bdeda3223027d89bcd5e05d75908af6cc | |
parent | f9b1f46411bd4aaf71f0f315520bcbefd046ed0e (diff) | |
download | external_llvm-416db10a5bd74d0dd1325eb5d475648b0ff6c588.zip external_llvm-416db10a5bd74d0dd1325eb5d475648b0ff6c588.tar.gz external_llvm-416db10a5bd74d0dd1325eb5d475648b0ff6c588.tar.bz2 |
more minor edits
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22088 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fa5f879..f47b423 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -801,16 +801,17 @@ selection framework.</li> <div class="doc_text"> -<p>A wide variety of additional information is available on the LLVM web page, -including <a href="http://llvm.cs.uiuc.edu/docs/#maillist">mailing lists</a> and -<a href="http://llvm.cs.uiuc.edu/pubs/">publications describing algorithms and +<p>A wide variety of additional information is available on the <a +href="http://llvm.cs.uiuc.edu">LLVM web page</a>, including <a +href="http://llvm.cs.uiuc.edu/docs/">documentation</a> and <a +href="http://llvm.cs.uiuc.edu/pubs/">publications describing algorithms and components implemented in LLVM</a>. The web page also contains versions of the API documentation which is up-to-date with the CVS version of the source code. You can access versions of these documents specific to this release by going into the "<tt>llvm/doc/</tt>" directory in the LLVM tree.</p> <p>If you have any questions or comments about LLVM, please feel free to contact -us via the <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">mailing +us via the <a href="http://llvm.cs.uiuc.edu/docs/#maillist"> mailing lists</a>.</p> </div> |