diff --git a/www/cxx_status.html b/www/cxx_status.html index 738c6a00a599a9b764c9bd91db921701de832998..cc3dd35ae4952e6ab71341541240782f270a38e3 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>