[PATCH] D69363: [www] Change URLs to HTTPS.

Stephan T. Lavavej via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 21:01:41 PDT 2019


STL_MSFT marked an inline comment as done.
STL_MSFT added inline comments.


================
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>
----------------
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.)


Repository:
  rC Clang

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

https://reviews.llvm.org/D69363





More information about the llvm-commits mailing list