# HG changeset patch # User Kim Alvefur # Date 1747950569 -7200 # Node ID 22b5b744fc788632588a5f8c1f0f727bdc6c0d8e # Parent 29a646bad0966e6cd8b3e324772d327a67cf1d2d mod_invites_register_web: Linkify some plugin references diff -r 29a646bad096 -r 22b5b744fc78 mod_invites_register_web/README.md --- a/mod_invites_register_web/README.md Thu May 22 23:40:23 2025 +0200 +++ b/mod_invites_register_web/README.md Thu May 22 23:49:29 2025 +0200 @@ -48,10 +48,10 @@ You may also set `webchat_url` to the URL of a web chat that will be linked -to after successful registration. If not specified but mod_conversejs is loaded +to after successful registration. If not specified but [mod_conversejs] is loaded on the current host, it will default to the URL of that module. -This module depends on mod_invites_page solely for the case where an invalid +This module depends on [mod_invites_page] solely for the case where an invalid invite token is received - it will redirect to mod_invites_page so that an appropriate error can be served to the user.