summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/legacy/defaults.php2
-rw-r--r--themes/example/defaults.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/legacy/defaults.php b/lib/private/legacy/defaults.php
index 67fa4226aad..c541e53a48d 100644
--- a/lib/private/legacy/defaults.php
+++ b/lib/private/legacy/defaults.php
@@ -60,7 +60,7 @@ class OC_Defaults {
$this->defaultTitle = 'Nextcloud'; /* can be a longer name, for titles */
$this->defaultBaseUrl = 'https://nextcloud.com';
$this->defaultSyncClientUrl = 'https://nextcloud.com/install/#install-clients';
- $this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8';
+ $this->defaultiOSClientUrl = 'https://geo.itunes.apple.com/us/app/nextcloud/id1125420102?mt=8';
$this->defaultiTunesAppId = '1125420102';
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client';
$this->defaultDocBaseUrl = 'https://docs.nextcloud.com';
diff --git a/themes/example/defaults.php b/themes/example/defaults.php
index 186cda236b1..39006c94ad2 100644
--- a/themes/example/defaults.php
+++ b/themes/example/defaults.php
@@ -41,7 +41,7 @@ class OC_Theme {
* @return string URL
*/
public function getiOSClientUrl() {
- return 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8';
+ return 'https://geo.itunes.apple.com/us/app/nextcloud/id1125420102?mt=8';
}
/**