# HG changeset patch # User Kim Alvefur # Date 1536250170 -7200 # Node ID 4a77c9c2a1cdaa7909dea3a91a8143666b326070 # Parent 947790ec4406c3ad15c53d6e848878c5e284d386 mod_muc_badge/README: Correct the example URL to account for default 'http_host' diff -r 947790ec4406 -r 4a77c9c2a1cd mod_muc_badge/README.markdown --- 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