aboutsummaryrefslogtreecommitdiff
path: root/src/mod_admin_update_sql.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_admin_update_sql.erl')
-rw-r--r--src/mod_admin_update_sql.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mod_admin_update_sql.erl b/src/mod_admin_update_sql.erl
index 51ec957ac..8fa7a3085 100644
--- a/src/mod_admin_update_sql.erl
+++ b/src/mod_admin_update_sql.erl
@@ -363,5 +363,6 @@ mod_options(_) -> [].
mod_doc() ->
#{desc =>
?T("This module can be used to update existing SQL database "
- "from 'old' to 'new' schema. When the module is loaded "
- "use 'update_sql' ejabberdctl command.")}.
+ "from the default to the new schema. Check the section "
+ "http://../database-ldap/#default-and-new-schemas[Default and New Schemas] for details. "
+ "When the module is loaded use 'update_sql' ejabberdctl command.")}.