r227127 - Fix broken doc link to Clang 3.5 release notes

Reid Kleckner reid at kleckner.net
Mon Jan 26 11:53:16 PST 2015


Author: rnk
Date: Mon Jan 26 13:53:16 2015
New Revision: 227127

URL: http://llvm.org/viewvc/llvm-project?rev=227127&view=rev
Log:
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.

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=227127&r1=227126&r2=227127&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Mon Jan 26 13:53:16 2015
@@ -12,7 +12,7 @@ Written by the `LLVM Team <http://llvm.o
 
    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
 ============





More information about the cfe-commits mailing list