aboutsummaryrefslogtreecommitdiffstats
path: root/util/dependencies.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-12-03 16:07:15 +0000
committerMatthew Wild <mwild1@gmail.com>2008-12-03 16:07:15 +0000
commitdcf6ae4791c4a69d7d17a6ace75ba1d55ccdde59 (patch)
tree29082a82b4e4662ba33c04fc072580e891aafe8f /util/dependencies.lua
parentb70b5a847d3756582102a0f1f66040c4824825ca (diff)
downloadprosody-dcf6ae4791c4a69d7d17a6ace75ba1d55ccdde59.tar.gz
prosody-dcf6ae4791c4a69d7d17a6ace75ba1d55ccdde59.zip
Fill blank with URL
Diffstat (limited to 'util/dependencies.lua')
-rw-r--r--util/dependencies.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dependencies.lua b/util/dependencies.lua
index b7e6c616..d841b30d 100644
--- a/util/dependencies.lua
+++ b/util/dependencies.lua
@@ -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