diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-12-03 17:24:20 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-12-03 17:24:20 +0000 |
commit | 96a4cbc2a717b062cc3ee488094345910ca6e6ea (patch) | |
tree | 5291a5e0be4b5d313576df3e1f0b42d18ced3271 /util | |
parent | 7ec231373fcb0fb4448053ad4ea0c8d656b2cc4e (diff) | |
parent | 00fd43edfd16b99092be5ad927abfb4d77316000 (diff) | |
download | prosody-96a4cbc2a717b062cc3ee488094345910ca6e6ea.tar.gz prosody-96a4cbc2a717b062cc3ee488094345910ca6e6ea.zip |
Automated merge with http://waqas.ath.cx/
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 |