[libcxx-commits] [PATCH] D69363: [www] Change URLs to HTTPS.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 23 21:10:23 PDT 2019


zoecarver added a comment.

Thanks for updating all these links! LGTM :)



================
Comment at: clang/www/cxx_status.html:78
       <td rowspan="2">Rvalue references</td>
-      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html">N2118</a></td>
+      <td><a href="https://wg21.link/n2118">N2118</a></td>
       <td class="full" align="center">Clang 2.9</td>
----------------
STL_MSFT wrote:
> zoecarver wrote:
> > These will all now redirect. Maybe that's OK/better because they are now more uniform, though. 
> Yep, that's intentional for consistency with the newer papers that were already using the official redirector. (It's my hope that open-std will eventually support https so the destination is secure; if and when that happens, these will automatically be enhanced.)
Makes sense, especially if (when?) papers are updated the links will be auto-updated too (like you said).


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69363/new/

https://reviews.llvm.org/D69363





More information about the libcxx-commits mailing list