[PATCH] D69363: [www] Change URLs to HTTPS.
Zoe Carver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 23 20:11:14 PDT 2019
zoecarver added a comment.
GitHub PRs can't come soon enough :) There was a round table meeting about that earlier today which I am anxious to hear about.
================
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>
----------------
These will all now redirect. Maybe that's OK/better because they are now more uniform, though.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69363/new/
https://reviews.llvm.org/D69363
More information about the cfe-commits
mailing list