[PATCH] D51255: [WWW] Use https instead of http to fix page problems

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 27 07:08:00 PDT 2018


kpn added a comment.

Is there a good reason to have the hostname in the URL? Why not just link to "/Users.html" instead of "https://llvm.org/Users.html", for example? Using the hostname is only needed when linking to a page on a different server.


https://reviews.llvm.org/D51255





More information about the llvm-commits mailing list