Mercurial > prosody-modules
diff mod_conversejs/README.md @ 6416:2511bf07b8d2
mod_conversejs: Rely on autolink to link to prosody.im
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 24 Feb 2026 16:39:04 +0100 |
| parents | fe081789f7b5 |
| children |
line wrap: on
line diff
--- a/mod_conversejs/README.md Mon Feb 23 15:06:37 2026 -0500 +++ b/mod_conversejs/README.md Tue Feb 24 16:39:04 2026 +0100 @@ -56,7 +56,7 @@ The module is served on Prosody's default HTTP ports at the path `/conversejs`. More details on configuring HTTP modules in Prosody can -be found in our [HTTP documentation](http://prosody.im/doc/http). +be found in our [HTTP documentation][doc:http]. ## Templates @@ -69,8 +69,8 @@ ``` The HTML template uses Prosodys -[`util.interpolation`][doc:developers:util:interpolation] template -library while the JS template has `%s` where generated settings are +[`util.interpolation`][doc:developers:util:interpolation] template +library while the JS template has `%s` where generated settings are injected. Other
