Merge 0.10->trunk
[prosody.git] / plugins / mod_posix.lua
index 7e6d87992adc90505a6c696be0eddef9fededb13..7333fe47cbb8b18860612b7fbbc6ccf4cff60e1d 100644 (file)
@@ -59,7 +59,7 @@ if not prosody.start_time then -- server-starting
        if not suid or suid == 0 or suid == "root" then
                if pposix.getuid() == 0 and not module:get_option("run_as_root") then
                        module:log("error", "Danger, Will Robinson! Prosody doesn't need to be run as root, so don't do it!");
-                       module:log("error", "For more information on running Prosody as root, see http://prosody.im/doc/root");
+                       module:log("error", "For more information on running Prosody as root, see https://prosody.im/doc/root");
                        prosody.shutdown("Refusing to run as root");
                end
        end