Closed redneb closed 9 years ago
Since Hackage allows HTTPS, why not just always link to the HTTPS version?
I remember those crazy days in early 2014 when the idea of accessing your Haskell documentation via https just seemed like overkill. Of course, given the intervening year, everything should be https only where available.
Done, I also followed all redirects on the pages I was linking too.
Currently, both hoogle and hackage are available via https. One issue is that when I use the https version of hoogle to search for something, it returns results from the http version of hackage. This can be fixed very easily; instead of producing URIs of the form
it should produce a "protocol-relative URI":