This is an archive of the discontinued LLVM Phabricator instance.

[www] Change URLs to HTTPS.
ClosedPublic

Authored by STL_MSFT on Oct 23 2019, 7:44 PM.

Details

Summary

This changes most URLs in llvm's html files to HTTPS. Most changes were search-and-replace with manual verification; some changes were manual. For a few URLs, the websites were performing redirects or had changed their anchors; I fixed those up manually. There are a very small number of dead links for which I don't know any replacements (they are equally dead as HTTP or HTTPS).

I have this structured as a series of git commits with mechanical and manual replacements separated, but I don't know how to present that through Differential (as GitHub PRs aren't available yet).

Diff Detail

Event Timeline

STL_MSFT created this revision.Oct 23 2019, 7:44 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript

GitHub PRs can't come soon enough :) There was a round table meeting about that earlier today which I am anxious to hear about.

clang/www/cxx_status.html
78

These will all now redirect. Maybe that's OK/better because they are now more uniform, though.

ldionne accepted this revision.Oct 23 2019, 8:13 PM

Nice!

This revision is now accepted and ready to land.Oct 23 2019, 8:13 PM
STL_MSFT marked an inline comment as done.Oct 23 2019, 9:00 PM
STL_MSFT added inline comments.
clang/www/cxx_status.html
78

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

Thanks for updating all these links! LGTM :)

clang/www/cxx_status.html
78

Makes sense, especially if (when?) papers are updated the links will be auto-updated too (like you said).

clang/www/compatibility.html