Update social media link

Signed-off-by: map per <map-per@gmx.de>
This commit is contained in:
map per
2025-06-28 18:26:26 +02:00
parent 2dca80cd0f
commit cd0ffab996
3 changed files with 4 additions and 4 deletions

View File

@@ -838,7 +838,7 @@
<!-- Telegram group url for the "?" About page --> <!-- Telegram group url for the "?" About page -->
<string name="telegram_url">https://t.me/CoMapsApp/</string> <string name="telegram_url">https://t.me/CoMapsApp/</string>
<!-- Instagram account url for the "?" About page --> <!-- Instagram account url for the "?" About page -->
<string name="instagram_url">https://www.instagram.com/comapscommunity</string> <string name="instagram_url">https://www.instagram.com/comaps.app/</string>
<!-- A link to the TTS FAQ --> <!-- A link to the TTS FAQ -->
<string name="tts_info_link">https://www.comaps.app/support/tts-configuration-guide-for-android/</string> <string name="tts_info_link">https://www.comaps.app/support/tts-configuration-guide-for-android/</string>
<!-- Translated CoMaps site, add new translations here: https://github.com/organicmaps/organicmaps.github.io/tree/master/content --> <!-- Translated CoMaps site, add new translations here: https://github.com/organicmaps/organicmaps.github.io/tree/master/content -->

View File

@@ -959,7 +959,7 @@
"telegram_url" = "https://t.me/CoMapsApp/"; "telegram_url" = "https://t.me/CoMapsApp/";
/* Instagram account url for the "?" About page */ /* 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 CoMaps site, add new translations here: https://github.com/organicmaps/organicmaps.github.io/tree/master/content */
"translated_om_site_url" = "https://www.comaps.app/"; "translated_om_site_url" = "https://www.comaps.app/";

View File

@@ -17,7 +17,7 @@ enum SocialMedia {
case .codeberg: case .codeberg:
return "https://codeberg.org/comaps/comaps/" return "https://codeberg.org/comaps/comaps/"
case .linkedin: case .linkedin:
return "https://www.linkedin.com/company/comaps-community/" return "https://www.linkedin.com/company/comapsapp/"
case .email: case .email:
return "ios@comaps.app" return "ios@comaps.app"
case .matrix: case .matrix:
@@ -25,7 +25,7 @@ enum SocialMedia {
case .fosstodon: case .fosstodon:
return "https://floss.social/@CoMaps" return "https://floss.social/@CoMaps"
case .facebook: case .facebook:
return "https://www.facebook.com/CoMapsCommunity/" return "https://www.facebook.com/CoMapsApp/"
case .bluesky: case .bluesky:
return "https://bsky.app/profile/comaps.app" return "https://bsky.app/profile/comaps.app"
case .instagram: case .instagram: