aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_http.lua
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-04-16 21:08:05 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-04-16 21:08:05 +0100
commitc6048a7cb4097d24b5c28a29247ba7175e00ea37 (patch)
treea6829d7aa93901aa2b6d2dd4f0fc83cf3d248eea /plugins/mod_http.lua
parent07cda18b8af349dcdb271458e3ae5931f9a227cf (diff)
downloadprosody-c6048a7cb4097d24b5c28a29247ba7175e00ea37.tar.gz
prosody-c6048a7cb4097d24b5c28a29247ba7175e00ea37.zip
Update every link to the documentation to use HTTPS
Diffstat (limited to 'plugins/mod_http.lua')
-rw-r--r--plugins/mod_http.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua
index c8ca5637..2178e2e8 100644
--- a/plugins/mod_http.lua
+++ b/plugins/mod_http.lua
@@ -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();