]> granicus.if.org Git - llvm/commitdiff
docs: remove in-progress warnings
authorHans Wennborg <hans@hanshq.net>
Thu, 22 Feb 2018 14:38:34 +0000 (14:38 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 22 Feb 2018 14:38:34 +0000 (14:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@325786 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst
docs/index.rst

index 6dcca287fe1f065b25809f6dc0e9ff1565a67d6a..a2e5832c0eccec2b87cf2218eed552404c9ebe52 100644 (file)
@@ -5,12 +5,6 @@ LLVM 6.0.0 Release Notes
 .. contents::
     :local:
 
-.. warning::
-   These are in-progress notes for the upcoming LLVM 6 release.
-   Release notes for previous releases can be found on
-   `the Download Page <http://releases.llvm.org/download.html>`_.
-
-
 Introduction
 ============
 
@@ -26,11 +20,6 @@ have questions or comments, the `LLVM Developer's Mailing List
 <http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ is a good place to send
 them.
 
-Note that if you are reading this file from a Subversion checkout or the main
-LLVM web page, this document applies to the *next* release, not the current
-one.  To see the release notes for a specific release, please see the `releases
-page <http://llvm.org/releases/>`_.
-
 Non-comprehensive list of changes in this release
 =================================================
 .. NOTE
index 47c2f04739313d06df9b948e3a7b33d4d03e35ab..de53b0df6906f58c05c7e2aa6eb60962f78f0466 100644 (file)
@@ -1,11 +1,6 @@
 Overview
 ========
 
-.. warning::
-
-   If you are using a released version of LLVM, see `the download page
-   <http://llvm.org/releases/>`_ to find your documentation.
-
 The LLVM compiler infrastructure supports a wide range of projects, from
 industrial strength compilers to specialized JIT applications to small
 research projects.