plugins/mod_http.lua
changeset 7362 a5a080c12c96
parent 7250 44b39c02eb33
child 7521 829ebe806e82
--- a/plugins/mod_http.lua	Sat Apr 16 20:56:47 2016 +0100
+++ b/plugins/mod_http.lua	Sat Apr 16 21:08:05 2016 +0100
@@ -120,7 +120,7 @@
 					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();