diff options
Diffstat (limited to 'util/dependencies.lua')
-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 |