diff options
author | Joas Schilling <coding@schilljs.com> | 2018-02-02 12:43:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 12:43:10 +0100 |
commit | c314a07e7f0cad2fce611e913af0af1556819dd8 (patch) | |
tree | 294cc93ad3e9111a91ad5e0e7937567bcfd500e4 /lib/private | |
parent | 6428cf552c3c66423a0fc213c139cfec8471c2f1 (diff) | |
parent | 18898383c5d9425e0701dbec3954e066a27e776a (diff) | |
download | nextcloud-server-c314a07e7f0cad2fce611e913af0af1556819dd8.tar.gz nextcloud-server-c314a07e7f0cad2fce611e913af0af1556819dd8.zip |
Merge pull request #8134 from coliff/patch-2
Update iOS link to geo-detect & show correct store listing
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 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'; |