mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Improve some documentation: URLs are parsed later when preparing Docs
This commit is contained in:
parent
e43194d59b
commit
2075480b14
@ -301,6 +301,6 @@ mod_doc() ->
|
||||
desc =>
|
||||
?T("Whether to generate CAPTCHA or not in response to "
|
||||
"messages from strangers. See also section "
|
||||
"https://docs.ejabberd.im/admin/configuration/#captcha"
|
||||
"http://../#captcha"
|
||||
"[CAPTCHA] of the Configuration Guide. "
|
||||
"The default value is 'false'.")}}]}.
|
||||
|
@ -1732,7 +1732,7 @@ mod_doc() ->
|
||||
?T("When a user tries to join a room where they have no "
|
||||
"affiliation (not owner, admin or member), the room "
|
||||
"requires them to fill a CAPTCHA challenge (see section "
|
||||
"https://docs.ejabberd.im/admin/configuration/#captcha[CAPTCHA] "
|
||||
"http://../#captcha[CAPTCHA] "
|
||||
"in order to accept their join in the room. "
|
||||
"The default value is 'false'.")}},
|
||||
{description,
|
||||
|
Loading…
Reference in New Issue
Block a user