Update every link to the documentation to use HTTPS
[prosody.git] / net / httpserver.lua
index 6e2e31b9b3f1102794ca12d4e5397a4897826fdc..56561306a438ae37e7fa643fad8c96738b5efd10 100644 (file)
@@ -5,7 +5,7 @@ local traceback = debug.traceback;
 local _ENV = nil;
 
 function fail()
-       log("error", "Attempt to use legacy HTTP API. For more info see http://prosody.im/doc/developers/legacy_http");
+       log("error", "Attempt to use legacy HTTP API. For more info see https://prosody.im/doc/developers/legacy_http");
        log("error", "Legacy HTTP API usage, %s", traceback("", 2));
 end