From 84607f42dced79c0a419b750fef5467770b2d179 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 12 Jun 2016 23:14:34 +0200 Subject: [PATCH] Link to Nextcloud Android client --- lib/private/defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/defaults.php b/lib/private/defaults.php index 3e31291c648..00c45872ab3 100644 --- a/lib/private/defaults.php +++ b/lib/private/defaults.php @@ -58,7 +58,7 @@ class OC_Defaults { $this->defaultSyncClientUrl = 'https://nextcloud.com/install/'; $this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8'; $this->defaultiTunesAppId = '543672169'; - $this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.owncloud.android'; + $this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client'; $this->defaultDocBaseUrl = 'https://docs.nextcloud.org'; $this->defaultDocVersion = $version[0]; // used to generate doc links $this->defaultSlogan = $this->l->t('a safe home for all your data');