diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 4db328b71143..62b80c41bbc7 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -3844,9 +3844,9 @@ Example configuration: server_notices: system_mxid_localpart: notices system_mxid_display_name: "Server Notices" - system_mxid_avatar_url: "mxc://server.com/oumMVlgDnLYFaPVkExemNVVZ" + system_mxid_avatar_url: "mxc://example.com/oumMVlgDnLYFaPVkExemNVVZ" room_name: "Server Notices" - room_avatar_url: "mxc://server.com/oumMVlgDnLYFaPVkExemNVVZ" + room_avatar_url: "mxc://example.com/oumMVlgDnLYFaPVkExemNVVZ" room_topic: "Room used by your server admin to notice you of important information" auto_join: true ```