# HG changeset patch # User Kim Alvefur # Date 1771947544 -3600 # Node ID 2511bf07b8d284e2626b0dfd2545dfa97d5ad81c # Parent 420aaf11327261ae39b8ac666742a631029f7b4e mod_conversejs: Rely on autolink to link to prosody.im diff -r 420aaf113272 -r 2511bf07b8d2 mod_conversejs/README.md --- 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