mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Update every link to the documentation to use HTTPS
This commit is contained in:
parent
07cda18b8a
commit
c6048a7cb4
21 changed files with 57 additions and 57 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue