diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-12-03 16:07:15 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-12-03 16:07:15 +0000 |
commit | dcf6ae4791c4a69d7d17a6ace75ba1d55ccdde59 (patch) | |
tree | 29082a82b4e4662ba33c04fc072580e891aafe8f /util | |
parent | b70b5a847d3756582102a0f1f66040c4824825ca (diff) | |
download | prosody-dcf6ae4791c4a69d7d17a6ace75ba1d55ccdde59.tar.gz prosody-dcf6ae4791c4a69d7d17a6ace75ba1d55ccdde59.zip |
Fill blank with URL
Diffstat (limited to 'util')
-rw-r--r-- | util/dependencies.lua | 2 |
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 |