summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-01-08 18:34:38 +0100
committerBadlop <badlop@process-one.net>2021-01-08 18:34:38 +0100
commita6704514474ea9c5fa28563d9aa10e5785332436 (patch)
tree71bec1c805a2a9851d07eacf840a89b658063374 /src
parentMake ext_mod compile module with debug_info flags (diff)
Apply cosmetic changes from documentation
Diffstat (limited to 'src')
-rw-r--r--src/ejabberd_options_doc.erl2
-rw-r--r--src/mod_admin_extra.erl2
-rw-r--r--src/mod_vcard_ldap.erl2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl
index abae2ecc..131168b1 100644
--- a/src/ejabberd_options_doc.erl
+++ b/src/ejabberd_options_doc.erl
@@ -1262,7 +1262,7 @@ doc() ->
desc =>
?T("The port where the SQL server is accepting connections. "
"The default is '3306' for MySQL, '5432' for PostgreSQL and "
- "'1433' for MSSQL. The option has no effect for SQLite.")}},
+ "'1433' for MS SQL. The option has no effect for SQLite.")}},
{sql_prepared_statements,
#{value => "true | false",
desc =>
diff --git a/src/mod_admin_extra.erl b/src/mod_admin_extra.erl
index bbde8b7a..9a7c3560 100644
--- a/src/mod_admin_extra.erl
+++ b/src/mod_admin_extra.erl
@@ -135,7 +135,7 @@ get_commands_spec() ->
"* ORG ORGUNIT - Work: Department\n",
VcardXEP = "For a full list of vCard fields check XEP-0054: vcard-temp at "
- "http://www.xmpp.org/extensions/xep-0054.html",
+ "https://xmpp.org/extensions/xep-0054.html",
[
#ejabberd_commands{name = compile, tags = [erlang],
diff --git a/src/mod_vcard_ldap.erl b/src/mod_vcard_ldap.erl
index 1d5f886e..6e6acfd4 100644
--- a/src/mod_vcard_ldap.erl
+++ b/src/mod_vcard_ldap.erl
@@ -531,7 +531,7 @@ mod_doc() ->
?T("With this option you can set the table that maps LDAP "
"attributes to vCard fields. 'Name' is the type name of "
"the vCard as defined in "
- "http://tools.ietf.org/html/rfc2426[RFC 2426]. "
+ "https://tools.ietf.org/html/rfc2426[RFC 2426]. "
"'Pattern' is a string which contains "
"pattern variables '%u', '%d' or '%s'. "
"'LDAPattributes' is the list containing LDAP attributes. "