diff options
author | Reid Kleckner <reid@kleckner.net> | 2015-01-26 19:53:16 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2015-01-26 19:53:16 +0000 |
commit | ee15ea35606c5d6cafbb305bc75718059369df45 (patch) | |
tree | 985759250e74958641b6853a3752a673d352bb79 | |
parent | b64cb271dced24f1cabf7a33c29240a551b888d4 (diff) | |
download | bcm5719-llvm-ee15ea35606c5d6cafbb305bc75718059369df45.tar.gz bcm5719-llvm-ee15ea35606c5d6cafbb305bc75718059369df45.zip |
Fix broken doc link to Clang 3.5 release notes
We appear to use 3.5.0 in the directory structure now. That's probably
unnecessary. We should probably let the micro releases update the docs
for the same minor version.
llvm-svn: 227127
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 37962ff84b3..5727a352dc6 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -12,7 +12,7 @@ Written by the `LLVM Team <http://llvm.org/>`_ These are in-progress notes for the upcoming Clang 3.7 release. You may prefer the `Clang 3.5 Release Notes - <http://llvm.org/releases/3.5/tools/clang/docs/ReleaseNotes.html>`_. + <http://llvm.org/releases/3.5.0/tools/clang/docs/ReleaseNotes.html>`_. Introduction ============ |