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
|
@ -120,7 +120,7 @@ function module.add_host(module)
|
|||
module:log("warn", "App %s added handler twice for '%s', ignoring", app_name, event_name);
|
||||
end
|
||||
else
|
||||
module:log("error", "Invalid route in %s, %q. See http://prosody.im/doc/developers/http#routes", app_name, key);
|
||||
module:log("error", "Invalid route in %s, %q. See https://prosody.im/doc/developers/http#routes", app_name, key);
|
||||
end
|
||||
end
|
||||
local services = portmanager.get_active_services();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue