mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +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
|
@ -25,7 +25,7 @@ end
|
|||
local function waiter(num)
|
||||
local thread = coroutine.running();
|
||||
if not thread then
|
||||
error("Not running in an async context, see http://prosody.im/doc/developers/async");
|
||||
error("Not running in an async context, see https://prosody.im/doc/developers/async");
|
||||
end
|
||||
num = num or 1;
|
||||
local waiting;
|
||||
|
@ -48,7 +48,7 @@ local function guarder()
|
|||
return function (id, func)
|
||||
local thread = coroutine.running();
|
||||
if not thread then
|
||||
error("Not running in an async context, see http://prosody.im/doc/developers/async");
|
||||
error("Not running in an async context, see https://prosody.im/doc/developers/async");
|
||||
end
|
||||
local guard = guards[id];
|
||||
if not guard then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue