diff options
-rw-r--r-- | themes/example/defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'; } /** |