Fill blank with URL
authorMatthew Wild <mwild1@gmail.com>
Wed, 3 Dec 2008 16:07:15 +0000 (16:07 +0000)
committerMatthew Wild <mwild1@gmail.com>
Wed, 3 Dec 2008 16:07:15 +0000 (16:07 +0000)
util/dependencies.lua

index b7e6c61617b02b5a201223aa3d544b3d27d3a949..d841b30da2a36bb70b265432a29ab81a8daf6f42 100644 (file)
@@ -33,7 +33,7 @@ local function missingdep(name, sources, msg)
        end
        print("");
        print(msg or (name.." is required for Prosody to run, so we will now exit."));
-       print("More help can be found on our website, at http://.../doc/depends");
+       print("More help can be found on our website, at http://prosody.im/doc/depends");
        print("**************************");
        print("");
 end