diff options
| author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-09-06 17:52:44 +0000 |
|---|---|---|
| committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-09-06 17:52:44 +0000 |
| commit | 31c9621320dc23ec647b79eb2b0bc276920dacb1 (patch) | |
| tree | 45181694f40c9bfc4703c37ad993fa874436902c | |
| parent | 25150e8b0d9b672500d5e1b0894388c86695a53f (diff) | |
| download | bcm5719-llvm-31c9621320dc23ec647b79eb2b0bc276920dacb1.tar.gz bcm5719-llvm-31c9621320dc23ec647b79eb2b0bc276920dacb1.zip | |
[Release notes] Fix links.
Differential revision: https://reviews.llvm.org/D24201
llvm-svn: 280725
| -rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 0e34e5d623d..9b9562055e3 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -10,17 +10,17 @@ Written by the `LLVM Team <http://llvm.org/>`_ .. warning:: - These are in-progress notes for the upcoming Clang 4.0.0 release. You may - prefer the `Clang 3.8 Release Notes - <http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html>`_. + These are in-progress notes for the upcoming Extra Clang Tools 4.0 release. + You may prefer the `Extra Clang Tools 3.9 Release Notes + <http://llvm.org/releases/3.9.0/tools/clang/tools/extra/docs/ReleaseNotes.html>`_. Introduction ============ This document contains the release notes for the Extra Clang Tools, part of the -Clang release 4.0.0. Here we describe the status of the Extra Clang Tools in some -detail, including major improvements from the previous release and new feature -work. All LLVM releases may be downloaded from the `LLVM releases web +Clang release 4.0.0. Here we describe the status of the Extra Clang Tools in +some detail, including major improvements from the previous release and new +feature work. All LLVM releases may be downloaded from the `LLVM releases web site <http://llvm.org/releases/>`_. For more information about Clang or LLVM, including information about |

