changeset 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 420aaf113272
children dcc8d4af8d4f
files mod_conversejs/README.md
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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