diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 4bba1455..cb9d087b 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -1524,7 +1524,7 @@ pub struct WellKnownConfig { /// The server URL that the client well-known file will serve. This should /// not contain a port, and should just be a valid HTTPS URL. /// - /// example: "https://matrix.example.com" + /// example: "" pub client: Option, pub support_page: Option, pub support_role: Option,