diff options
author | Kim Alvefur <zash@zash.se> | 2016-04-17 22:28:48 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-04-17 22:28:48 +0200 |
commit | 8f7f8d673ccf1ee7d115526d6bd7a805e0eed1d7 (patch) | |
tree | 65fa5a9caa2b6eb979d751ac6a7cfb369174e1d8 /plugins/mod_http.lua | |
parent | a92b3b499c6319f0510af1772c92ea6637a456af (diff) | |
parent | c6048a7cb4097d24b5c28a29247ba7175e00ea37 (diff) | |
download | prosody-8f7f8d673ccf1ee7d115526d6bd7a805e0eed1d7.tar.gz prosody-8f7f8d673ccf1ee7d115526d6bd7a805e0eed1d7.zip |
Merge with Link Mauve
Diffstat (limited to 'plugins/mod_http.lua')
-rw-r--r-- | plugins/mod_http.lua | 2 |
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(); |