Update every link to the documentation to use HTTPS

This commit is contained in:
Emmanuel Gil Peyrot 2016-04-16 21:08:05 +01:00
parent 07cda18b8a
commit c6048a7cb4
21 changed files with 57 additions and 57 deletions

View file

@ -5,7 +5,7 @@ local traceback = debug.traceback;
local _ENV = nil;
function fail()
log("error", "Attempt to use legacy HTTP API. For more info see http://prosody.im/doc/developers/legacy_http");
log("error", "Attempt to use legacy HTTP API. For more info see https://prosody.im/doc/developers/legacy_http");
log("error", "Legacy HTTP API usage, %s", traceback("", 2));
end