diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 8eac4d4b3..e1c183626 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -119,7 +119,7 @@
-
+
diff --git a/android/app/src/main/java/app/organicmaps/util/Constants.java b/android/app/src/main/java/app/organicmaps/util/Constants.java
index 0ff747440..cbc0dce3c 100644
--- a/android/app/src/main/java/app/organicmaps/util/Constants.java
+++ b/android/app/src/main/java/app/organicmaps/util/Constants.java
@@ -13,7 +13,7 @@ public final class Constants
public static class Url
{
public static final String SHORT_SHARE_PREFIX = "cm://";
- public static final String HTTP_SHARE_PREFIX = "https://comaps.app/";
+ public static final String HTTP_SHARE_PREFIX = "https://comaps.at/";
public static final String MAILTO_SCHEME = "mailto:";
public static final String MAIL_SUBJECT = "?subject=";
@@ -23,7 +23,6 @@ public final class Constants
public static final String MASTODON = "https://floss.social/@comaps";
public static final String FB_OM_COMMUNITY_HTTP = "https://www.facebook.com/profile.php?id=61575286559965";
public static final String FB_OM_COMMUNITY_NATIVE = "fb://profile/61575286559965";
- //public static final String TWITTER = "https://twitter.com/user";
public static final String CODE_REPO = "https://codeberg.org/comaps/comaps";
diff --git a/ge0/parser.hpp b/ge0/parser.hpp
index 84c1df96b..bd2c0ed70 100644
--- a/ge0/parser.hpp
+++ b/ge0/parser.hpp
@@ -12,7 +12,7 @@ class Ge0Parser
public:
// Used by map/mwm_url.cpp.
static constexpr std::array kGe0Prefixes = {{
- "https://comaps.app/", "cm://", "http://comaps.app/",
+ "https://comaps.at/", "cm://", "http://comaps.at/",
"ge0://", "http://ge0.me/", "https://ge0.me/"
}};