diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index fe412f061..257a47a91 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -838,7 +838,7 @@
https://t.me/CoMapsApp/
- https://www.instagram.com/comapscommunity
+ https://www.instagram.com/comaps.app/
https://www.comaps.app/support/tts-configuration-guide-for-android/
diff --git a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
index 48d8f268a..9408006be 100644
--- a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
@@ -959,7 +959,7 @@
"telegram_url" = "https://t.me/CoMapsApp/";
/* Instagram account url for the "?" About page */
-"instagram_url" = "https://www.instagram.com/comapscommunity/";
+"instagram_url" = "https://www.instagram.com/comaps.app/";
/* Translated CoMaps site, add new translations here: https://github.com/organicmaps/organicmaps.github.io/tree/master/content */
"translated_om_site_url" = "https://www.comaps.app/";
diff --git a/iphone/Maps/UI/Help/AboutController/Models/SocialMedia.swift b/iphone/Maps/UI/Help/AboutController/Models/SocialMedia.swift
index 9263f9e9a..e3b0ab527 100644
--- a/iphone/Maps/UI/Help/AboutController/Models/SocialMedia.swift
+++ b/iphone/Maps/UI/Help/AboutController/Models/SocialMedia.swift
@@ -17,7 +17,7 @@ enum SocialMedia {
case .codeberg:
return "https://codeberg.org/comaps/comaps/"
case .linkedin:
- return "https://www.linkedin.com/company/comaps-community/"
+ return "https://www.linkedin.com/company/comapsapp/"
case .email:
return "ios@comaps.app"
case .matrix:
@@ -25,7 +25,7 @@ enum SocialMedia {
case .fosstodon:
return "https://floss.social/@CoMaps"
case .facebook:
- return "https://www.facebook.com/CoMapsCommunity/"
+ return "https://www.facebook.com/CoMapsApp/"
case .bluesky:
return "https://bsky.app/profile/comaps.app"
case .instagram: