changeset 3295:4a77c9c2a1cd

mod_muc_badge/README: Correct the example URL to account for default 'http_host'
author Kim Alvefur <zash@zash.se>
date Thu, 06 Sep 2018 18:09:30 +0200
parents 947790ec4406
children a1ef6a46841e
files mod_muc_badge/README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muc_badge/README.markdown	Fri Aug 31 22:17:19 2018 +0200
+++ b/mod_muc_badge/README.markdown	Thu Sep 06 18:09:30 2018 +0200
@@ -10,7 +10,7 @@
 # Introduction
 
 This module generates a badge for MUC rooms at a HTTP URL like
-`https://example.com:5281/muc_badge/room@conference.example.org`
+`https://conference.example.com:5281/muc_badge/room@conference.example.org`
 containing the number of occupants.
 
 Inspiration