aboutsummaryrefslogtreecommitdiff
path: root/src/mod_http_upload.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-08-23 13:40:19 +0200
committerBadlop <badlop@process-one.net>2021-08-23 14:04:46 +0200
commit30ae66e99e4a7499886436b195311ff012f09fda (patch)
treef3271fe08e68e3d2008163580309641b74aad97c /src/mod_http_upload.erl
parentCopy log_rotate_count explanation from docs site (diff)
Improve formatting and add sections links
Diffstat (limited to 'src/mod_http_upload.erl')
-rw-r--r--src/mod_http_upload.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mod_http_upload.erl b/src/mod_http_upload.erl
index 0cc8d8488..040cb6085 100644
--- a/src/mod_http_upload.erl
+++ b/src/mod_http_upload.erl
@@ -232,8 +232,9 @@ mod_doc() ->
"[XEP-0363: HTTP File Upload]. If the request is accepted, "
"the client receives a URL for uploading the file and "
"another URL from which that file can later be downloaded."), "",
- ?T("In order to use this module, it must be configured as "
- "a 'request_handler' for 'ejabberd_http' listener.")],
+ ?T("In order to use this module, it must be enabled "
+ "in 'listen' -> 'ejabberd_http' -> "
+ "http://../listen-options/#request-handlers[request_handlers].")],
opts =>
[{host,
#{desc => ?T("Deprecated. Use 'hosts' instead.")}},