]> Untitled Git - lemmy.git/blobdiff - lemmy_utils/src/settings.rs
Change references of dev.lemmy.ml to lemmy.ml (#1281)
[lemmy.git] / lemmy_utils / src / settings.rs
index 960c48b85197c3a179122a5d6e8f432d9f944dc0..4edcbd13be9c3135c372c2609ea6af1fb7be92d5 100644 (file)
@@ -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)