summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-11-02 15:13:40 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-11-02 15:13:40 +0000
commitb09a33c14cd8bc15925b9d1ba52a789da6700704 (patch)
tree901348b8eb304ea50540c83dff2df918a20885bb /www
parent2eba859d43ffec0fa60c20c4416c72b2ebe6b1a2 (diff)
Fixing some dead links. Patch by Jean-Daniel Dupas!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143539 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 738c6a00a5..cc3dd35ae4 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -273,12 +273,12 @@ with clang; other versions have not been tested.</p>
</tr>
<tr>
<td>Allowing move constructors to throw [noexcept]</td>
- <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.htm">N3050</a></td>
+ <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.html">N3050</a></td>
<td class="full" align="center">Clang 3.0</td>
</tr>
<tr>
<td>Defining move special member functions</td>
- <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.htm">N3053</a></td>
+ <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.html">N3053</a></td>
<td class="full" align="center">Clang 3.0</td>
</tr>