diff options
-rw-r--r-- | clang/www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index d45578f0e69..1b207e56350 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -831,7 +831,7 @@ and library features that are not part of standard C++.</p> </tr> <tr> <td>[DRAFT TS] Coroutines</td> - <td><a href="http://wg21.link/p0057r7">P0057R7</a></td> + <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0057r7.pdf">P0057R7</a></td> <td></td> <td class="none" align="center">WIP</td> </tr> |