X-Git-Url: http://these/git/?a=blobdiff_plain;f=lemmy_utils%2Fsrc%2Fsettings.rs;h=4edcbd13be9c3135c372c2609ea6af1fb7be92d5;hb=01a14e3b3c103da02b34c6128d9fb5ad16421f6d;hp=960c48b85197c3a179122a5d6e8f432d9f944dc0;hpb=a30be1ca5dd7d7ddd0128526fe2aaa878b1169ed;p=lemmy.git diff --git a/lemmy_utils/src/settings.rs b/lemmy_utils/src/settings.rs index 960c48b8..4edcbd13 100644 --- a/lemmy_utils/src/settings.rs +++ b/lemmy_utils/src/settings.rs @@ -172,7 +172,7 @@ impl Settings { } } - /// Returns something like `http://localhost` or `https://dev.lemmy.ml`, + /// Returns something like `http://localhost` or `https://lemmy.ml`, /// with the correct protocol and hostname. pub fn get_protocol_and_hostname(&self) -> String { format!("{}://{}", self.get_protocol_string(), self.hostname)