Changeset

526:b1d90f7d074a

Fill blank with URL
author Matthew Wild <mwild1@gmail.com>
date Wed, 03 Dec 2008 16:07:15 +0000
parents 525:32122251d2fe
children 527:98aaa20af6a2
files util/dependencies.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/dependencies.lua	Wed Dec 03 16:01:58 2008 +0000
+++ b/util/dependencies.lua	Wed Dec 03 16:07:15 2008 +0000
@@ -33,7 +33,7 @@
 	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