diff options
author | Christian Oliff <christianoliff@yahoo.com> | 2018-02-02 20:37:58 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 20:37:58 +0900 |
commit | 18898383c5d9425e0701dbec3954e066a27e776a (patch) | |
tree | cd0ca50c949c5b51921863adc881cc5863949806 /lib/private | |
parent | 4257d0a566b3eb5af3a13376970bd2df63f721e7 (diff) | |
download | nextcloud-server-18898383c5d9425e0701dbec3954e066a27e776a.tar.gz nextcloud-server-18898383c5d9425e0701dbec3954e066a27e776a.zip |
Update defaults.php
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/legacy/defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/defaults.php b/lib/private/legacy/defaults.php index 494c65ef226..aa6ef08671e 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'; |