summaryrefslogtreecommitdiff
path: root/src/mod_admin_update_sql.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-08-21 18:31:21 +0200
committerBadlop <badlop@process-one.net>2021-08-23 14:04:49 +0200
commit506e2f3b972a7e1b6d4fdd40836b9574c4937908 (patch)
tree2577288f11b50436c0b7ac9be5a5c5f926db69ef /src/mod_admin_update_sql.erl
parentImprove formatting and add sections links (diff)
Use specific syntax so modules and top-level will be links
If we use _`whatever`_ here in ejabberd man pages, it is converted to *`whatever`* in markdown, and docs.ejabberd.im/Makefile converts to the proper links
Diffstat (limited to 'src/mod_admin_update_sql.erl')
-rw-r--r--src/mod_admin_update_sql.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_admin_update_sql.erl b/src/mod_admin_update_sql.erl
index c8784974..4e932fe8 100644
--- a/src/mod_admin_update_sql.erl
+++ b/src/mod_admin_update_sql.erl
@@ -366,4 +366,4 @@ mod_doc() ->
"from the default to the new schema. Check the section "
"http://../database/#default-and-new-schemas[Default and New Schemas] for details. "
"Please note that only PostgreSQL is supported. "
- "When the module is loaded use 'update_sql' ejabberdctl command.")}.
+ "When the module is loaded use _`update_sql`_ API.")}.