[PATCH] D51255: [WWW] Use https instead of http to fix page problems
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 27 07:13:52 PDT 2018
jdoerfert added a comment.
In https://reviews.llvm.org/D51255#1214403, @kpn wrote:
> 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.
Good point, for which I cannot give you a good answer.
I'm not really involved with the web page but just noticed that some pages are broken due to the http vs https difference.
Since removing the hostnames should solve the problem too, I am in favor.
However, I do not know if this would entail other complications so I initially chose a "somewhat safe" solution.
https://reviews.llvm.org/D51255
More information about the llvm-commits
mailing list