diff options
-rw-r--r-- | www/cxx_status.html | 4 |
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> |